* {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Poppins';
}

.outlined {
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: transparent;
}

#title {
    pointer-events: none;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 32px;
    color: white;
    font-size: 7.5em;
}


#button {
    z-index: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 16px;
    border: none;
	background: none;
    color: white;
    font-size: 2em;
    text-decoration: none;
}

#gallery {
    width: 100vw;
    height: 100vh;
}


@media screen and (max-aspect-ratio: 1/1) {
    #title {
        writing-mode: vertical-rl;
        top: 32px;
        right: 0px;
        font-size: 5em;
    }
}