html{
    font-size: 62.5%;
}

*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    max-width: 1440px;
    max-height: 100vh;
}
