body, body *{
    color: #fff;
    font-family: "Roboto", sans-serif;
}

body{
    background-color: #262626;
}

a{
    color: #f8931d;
    text-decoration: none;
    transition: all .2s ease;
}

a:hover{
    text-decoration: underline;
}

.container{
    width: 90%;
    max-width: 800px;
    margin: 15vh auto 0;
    text-align: center;
}

p{
    font-size: 18px;
    line-height: 26px;
}