*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

html{
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
}