html {
    scroll-behavior: smooth !important;
}

* {
    margin: 0;
    padding: 0;
    font-family: inter;
}


.icon {
    width: 5%;
    height: auto;
    margin-right: 1%;
    align-self: flex-start;
}

body {
    background-color: white;
    display: flex;
    flex-direction: column;
}

ul {
    list-style-type: none;
}

h1 {
    font-size: clamp(2em, 3vw, 5rem);
    font-weight: normal;
}

h2 {
    font-size: clamp(1.5rem, 2vw, 5rem);
    font-weight: normal;
}

button, p {
    font-size: clamp(1rem, 1vw, 5rem);
    width: auto;
    height: auto;
}

a {
    font-size: clamp(1rem, 1vw, 5rem);
    color: inherit;
    text-decoration: none;
}