body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    margin: 0;
    padding: 0;
    width: 100%;
    width: auto !important;
    height: 100vh;
    background: #fff;
    color: #545457;
    overflow-x: hidden;
}

.info {
    font-size: 5rem;
    color: white;
    position: relative;
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

section#top {
    height: auto;
    color: #fff;
}

section#top,
section#top #top-banner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: unset;
    z-index: 1;
}

section#top #top-banner {
    height: 100vh;
}

section#top #top-banner .banner-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: unset;
    z-index: 1;
    overflow: hidden;
    transition: width 1.2s ease;
}

section#top #top-banner .banner-background div {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw + 100px);
    height: 100%;
    background-color: unset;
    z-index: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 9s linear;
    overflow: hidden;
}

section#top #top-banner .banner-background div.active {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

h1 {
    font-size: 36px;
}

p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
}

.flex {
    display: flex;
}

.small {
    font-family: "Klee One", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
