* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

body, html {
    margin: 0;
    height: 100%;
    background: #000;
    overflow: hidden;
}
a {
    color: inherit;
}
button {
    border: none;
    background: none;
    cursor: pointer;
    pointer-events: all;
}
button.active {
    border: 2px solid #3EB489;
}
button.disabled {
    cursor: not-allowed;
}
button.small {
    font-size: 40px;
}
.hidden {
    display: none;
}
.mint, .countdown {
    position: relative;
    color: #3EB489;
    font-size: 96px;
    padding: 30px;
    text-shadow: 0 0 4px #000;
}
nav button {
    color: #fff;
    font-size: 64px;
    position: absolute;
    top: 5px;
    right: 25px;
    width: 50px;
    overflow: visible
}
nav button.social {
    top: unset;
    bottom: 5px;
}
.flex {
    position: absolute;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.scroll {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.scroll p, .scroll .text {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    padding: 50px;
    box-sizing: border-box;
    height: 100vh;
    overflow: scroll;
    width: 100%;
    overflow-wrap: break-word;
    font-size: 24px;
}
.scroll h1 {
    font-weight: normal;
    font-size: 32px;
    text-align: center;
}
.scroll.auto p {
    overflow: hidden;
    height: auto;
    text-shadow: 2px 0 3px #333, -2px 0 3px #A9A9A9;
    color: #000;
    font-size: 64px;
    text-align: center;
    padding-bottom: 100vh;
    padding-top: 100vh;
}
.scroll.auto {
    height: 100%;
    overflow: scroll;
}
.imgs {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.imgs img {
    width: 22%;
    margin: 0;
    padding: 0;
}
@media (max-width: 1200px) {
    .imgs img {
        width: 48%;
    }

}
iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    border: none;
    padding: 0;
    margin: 0;
    background: #000;
}
.socials {
    margin: 30px;
    text-align: center;
}
.socials a {
    margin: 20px;
}
.socials a:hover {
    color: #aaa;
}
