* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    max-width: 1920px;
}

a {
    text-decoration: none;
    color: black;
}

li {
    list-style: none;
}
