
* {
    padding: 0;
    margin: 0;
    }

html {
    height: 100%;
}

body {
    background-color: rgb(255, 249, 242);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    }

div {
    margin-bottom: 20em;
    }

#intro {
    margin-left: 10px;
}


