
/* 
  font-family: "Roboto Slab", serif;
  font-weight: <100 to 900>;
} */

/* 
    font-family: "Quicksand", sans-serif;
    font-weight: <300 to 700>;
*/


html{
    min-height: 100vh;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #0f1b2a;
    color: #82c8d8;
}
.container{
    /* border: 1px solid white; */
    max-width: 500px;
    width: 80%;
}
.logo{
    width: 200px;
    margin-top: 40px;
    margin-bottom: 60px;
    /* border: 1px solid red; */
}
h1 {
    font-family: "Roboto Slab", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.375;
    letter-spacing: 0.01em;
}
p {
    margin-bottom: 100px;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    color: #c7e3f1;
    letter-spacing: 0.05em;
    line-height: 1.8;
}