body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background-image: url("tumblr_inline_mlky4v9OGw1r53miq.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Silkscreen", sans-serif;
    font-weight: 400
}

.container {
    text-align: center
}

.header-text {
    color: #ff66cc;
    font-size: 2.5em;
    font-weight: 400;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgb(255, 255, 255)
}

.gif-button img {
    width: 200px;
    max-width: 80%;
    height: auto;
    cursor: pointer
}

.gif-button img:active {
    transform: scale(0.95)
}

.seite2-body {
    margin: 0;
    padding: 0;
    background-image: url("tumblr_inline_mlky4v9OGw1r53miq.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Silkscreen", sans-serif;
    font-weight: 400
}

.seite2-container {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden
}

.top-text {
    padding: 20px;
    text-align: center;
    color: #ff66cc;
    flex-shrink: 0
}

.top-text h1 {
    margin: 10px 0;
    font-size: 1.8em;
    text-shadow: 2px 2px 4px rgb(255, 255, 255);
    display: inline-block;
    vertical-align: middle;
}

.favicon {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin: 0 8px;
}

.top-text p {
    margin: 25px 0;
    font-size: 1.8em;
    text-shadow: 2px 2px 4px rgb(255, 255, 255)
}

.top-text p img {
    width: 250px;
    height: auto;
}

.carousel-wrapper {
    flex: 1;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px
}

.carousel {
    position: relative;
    width: 300px;
    height: 300px;
    transform-style: preserve-3d;
    animation: spin 20s ease-out infinite
}

.carousel-item {
    position: absolute;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d
}

.carousel-item:nth-child(1) {
    transform: rotateY(0deg) translateZ(300px)
}

.carousel-item:nth-child(2) {
    transform: rotateY(36deg) translateZ(300px)
}

.carousel-item:nth-child(3) {
    transform: rotateY(72deg) translateZ(300px)
}

.carousel-item:nth-child(4) {
    transform: rotateY(108deg) translateZ(300px)
}

.carousel-item:nth-child(5) {
    transform: rotateY(144deg) translateZ(300px)
}

.carousel-item:nth-child(6) {
    transform: rotateY(180deg) translateZ(300px)
}

.carousel-item:nth-child(7) {
    transform: rotateY(216deg) translateZ(300px)
}

.carousel-item:nth-child(8) {
    transform: rotateY(252deg) translateZ(300px)
}

.carousel-item:nth-child(9) {
    transform: rotateY(288deg) translateZ(300px)
}

.carousel-item:nth-child(10) {
    transform: rotateY(324deg) translateZ(300px)
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 10px;
    box-shadow: none;
    transition: opacity 0.5s ease
}

@keyframes spin {
    0% {
        transform: rotateY(0deg)
    }

    20% {
        transform: rotateY(720deg)
    }

    100% {
        transform: rotateY(2520deg)
    }
}

.bottom-text {
    padding: 20px;
    text-align: center;
    color: #ff66cc;
    flex-shrink: 0
}

.bottom-text p {
    margin: 10px 0;
    font-size: 1em;
    text-shadow: 2px 2px 4px rgb(255, 255, 255)
}

.back-button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 1em;
    transition: all 0.3s ease;
    margin-top: 10px
}

.back-button:active {
    transform: scale(0.95);
    box-shadow: none
}

.back-gif {
    width: 15em;
    height: auto;
    display: block;
}

@media(max-width:768px) {
    .seite2-container {
        height: 100vh
    }

    .top-text h1 {
        font-size: 1.5em
    }

    .top-text p {
        font-size: 0.9em
    }

    .carousel {
        width: 250px;
        height: 250px
    }

    .carousel-item {
        width: 150px;
        height: 150px
    }

    .carousel-item:nth-child(1) {
        transform: rotateY(0deg) translateZ(250px)
    }

    .carousel-item:nth-child(2) {
        transform: rotateY(36deg) translateZ(250px)
    }

    .carousel-item:nth-child(3) {
        transform: rotateY(72deg) translateZ(250px)
    }

    .carousel-item:nth-child(4) {
        transform: rotateY(108deg) translateZ(250px)
    }

    .carousel-item:nth-child(5) {
        transform: rotateY(144deg) translateZ(250px)
    }

    .carousel-item:nth-child(6) {
        transform: rotateY(180deg) translateZ(250px)
    }

    .carousel-item:nth-child(7) {
        transform: rotateY(216deg) translateZ(250px)
    }

    .carousel-item:nth-child(8) {
        transform: rotateY(252deg) translateZ(250px)
    }

    .carousel-item:nth-child(9) {
        transform: rotateY(288deg) translateZ(250px)
    }

    .carousel-item:nth-child(10) {
        transform: rotateY(324deg) translateZ(250px)
    }

    .bottom-text p {
        font-size: 0.9em
    }

    .back-button {
        font-size: 0.9em;
        padding: 8px 16px
    }
}

@media(max-width:480px) {
    .top-text {
        padding: 15px
    }

    .top-text h1 {
        font-size: 1.3em;
        margin: 5px 0
    }

    .top-text p {
        font-size: 0.8em
    }

    .carousel {
        width: 200px;
        height: 200px
    }

    .carousel-item {
        width: 120px;
        height: 120px
    }

    .carousel-item:nth-child(1) {
        transform: rotateY(0deg) translateZ(200px)
    }

    .carousel-item:nth-child(2) {
        transform: rotateY(36deg) translateZ(200px)
    }

    .carousel-item:nth-child(3) {
        transform: rotateY(72deg) translateZ(200px)
    }

    .carousel-item:nth-child(4) {
        transform: rotateY(108deg) translateZ(200px)
    }

    .carousel-item:nth-child(5) {
        transform: rotateY(144deg) translateZ(200px)
    }

    .carousel-item:nth-child(6) {
        transform: rotateY(180deg) translateZ(200px)
    }

    .carousel-item:nth-child(7) {
        transform: rotateY(216deg) translateZ(200px)
    }

    .carousel-item:nth-child(8) {
        transform: rotateY(252deg) translateZ(200px)
    }

    .carousel-item:nth-child(9) {
        transform: rotateY(288deg) translateZ(200px)
    }

    .carousel-item:nth-child(10) {
        transform: rotateY(324deg) translateZ(200px)
    }

    .bottom-text {
        padding: 15px
    }

    .bottom-text p {
        font-size: 0.8em;
        margin: 5px 0
    }

    .back-button {
        font-size: 0.8em;
        padding: 6px 12px
    }
}

.top-text {
    padding: 15px;
}

.top-text h1 {
    font-size: 1.3em;
    margin: 5px 0;
}

.top-text p {
    font-size: 0.8em;
}

.carousel-item {
    padding: 3px;
}

.bottom-text {
    padding: 15px;
}

.bottom-text p {
    font-size: 0.8em;
    margin: 5px 0;
}

.back-button {
    font-size: 0.8em;
    padding: 6px 12px;
}