* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
    cursor: default;
}


body {
    min-height: 100vh;
}


img {
    max-width: 100%;
    display: block;
}

button {
    font: inherit;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}