html{
    box-sizing:border-box; 
    overflow-x:hidden;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    font-size: 1em;
}
*, *:before, *:after{
    box-sizing:inherit
}
body{
    margin:0;
    font-family: sans-serif;
    font-size: 1rem;
    color: #101223;
    line-height: 1.5;
    margin: 3rem 10vw;
}
h1{
    margin-bottom: 2rem;
}
a{
    background-color:transparent;
    color: #404252;
}
a:active,a:hover{
    outline-width: 0
}
.title {
    margin-top: 1.5rem;
}
.grey-text{
    color: #777986;
}
.secondary-text{
    font-size: .8rem;
}

@media screen and (max-width: 680px) {
    body{
        margin: 1rem 5.7%;
    }
    h1{
        margin-top: 0;
        font-size: 1.4rem;
    }
}
