* {margin: 0; border: 0; text-decoration: none;}

*::-webkit-scrollbar {display: none;}

body {
    scroll-behavior: smooth; font-family: 'futura-pt', sans-serif;
}

.hidden {
    z-index: -5;
}

input[type="button"] {
    cursor: pointer;
}

.topbar {
    position:fixed;
    top: 0;
    left: 0;
    z-index: 5;
    min-width: 100vw;
    min-height: 15vh;
    background-color: white;
}