html{
    font-size: 62.5%;
}
body{
    font-family: var(--font-raleway-regular);
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0 20px;
}
a{
    text-decoration: none;
    color: #FAFF00;
}