body {
    font-size: 16px;
    font-family: 'Inter',Helvetica, Arial, sans-serif;
    background: #ecf0f1;
    line-height: 1.6;
}

.wrapper {
    width: 75%;
    max-width: 1140px;
    margin: 150px auto;
}

h1 {
    text-align: center;
}

/* button */

button {
    background: none;
    border: none;
    cursor: pointer;
}

button:active {
    border: none;
}

button img {
    max-width: 32px;
}

/* nav */

ul.nav {
    position: absolute;
    z-index: 99999;
    background: #fafafa;
    border: 1px solid black;
    border-radius: 3px;
    padding: 15px;
    min-width: 150px;
    max-width: 240px;
    font-size: 18px;
}

ul.nav li img {
    width: 10px;
    padding: 0;
    margin: 0;
}

ul.nav li {
    list-style-type: none;
}

ul.nav a {
    text-decoration: none;
}
