html {
    width: 100%;
    min-height: 100%;
    background: #fff;
    font: 400 62.5% "Roboto", sans-serif;
    font-optical-sizing: auto;
    line-height: normal;
    color:#212529;
}

body {
    position: relative;
    height: 100%;
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
    max-width:1200px;
    margin: 100px auto;
    padding:0 50px;
}
.logo{
    margin:0 auto;
}
h1{
    font-size:3rem;
    font-weight: 600;
    margin:50px 0;
}
p{
    margin:20px 0;
}
a{
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}