body{
    background-color:#fff;
    font-family: "Quicksand", sans-serif;
    font-weight:400;
}
.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:100vh;
}
h1{
    color:#222;
    font-weight:400;
}
h2{
    color:#222;
    font-weight:400; 
    font-size:1rem;
    color:#333;
}
a{
    color:#444;
    text-decoration: none;
}