body {
    margin: 0;
    color: white;
    font-family: sans-serif;

    background: linear-gradient(
        to bottom,
        #2F005E 0%,
        #26B5CC 100%
    );
}

#title-logo {
    display: block;
    width: 1800px;
    max-width: 95vw;
    height: auto;
    margin: 0 auto;
}

#content {
    min-height: 100vh;
}

#top-bg,
#bottom-bg {
    display: block;
    width: 100%;
    height: auto;
}

#header {
    text-align: center;
    padding: 40px;
}

#gallery {
    width: 900px;
    max-width: 95%;
    margin: auto;
}

#gallery img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 24px;
}

.controls button,
.controls select {
    border: none;
    border-radius: 6px;
    font-size: 80px;
    padding: 16px 24px;
    cursor: pointer;
	background-color: transparent;
}

select {
    font-size: 70px;
    padding: 10px 48px 10px 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px 18px;
}
.controls-top select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%233A2500' d='M5 7l5 6 5-6'/%3E%3C/svg%3E");
}

.controls-bottom select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23183018' d='M5 7l5 6 5-6'/%3E%3C/svg%3E");
}
select {
    background-size: 1em 1em;
}