* {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial
}

html {
    scroll-behavior: smooth;
}

body {
    width: auto;
    margin: auto;
    background-color: var(--colorGrayLight);
    min-height: 100vh;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    cursor: pointer;
}

ul {
    list-style-type: none;
}

li {
    list-style: none;
}
