body{
    background-color: whitesmoke;
    width: min-content;
    height: 300vh;
    display: flex;
    align-items: center;
    margin: 0px;
}
.container2{
    background-position: center;
    background-image: url("test1.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 110vh;
}
.text{
    position: absolute;
    top: 5%;
    font-size: 18pt;
    color: white;
}
.container1{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10vh;
}
.container3{
    background-color: rgb(181, 142, 142);
    height: 90vh;
    width: 100%;
    position: absolute;
    top: 210vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.myWish{
    height: 80%;
    width: 50%;
    text-align: justify;
    text-overflow: ellipsis;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, .5);
    font-size: 20pt;
    color: palevioletred;
    padding: 20px;
    display: flex;
    align-items: center;
}
.box{
    background-color: rgba(0, 0, 0, .5);
    width: 85%;
    height: 80%;
    text-align: justify;
    text-overflow: ellipsis;
    overflow-y: scroll;
    color: white;
    padding: 15px;
    font-size: 16pt;
    position: absolute;
    top: 12%;
}
.music{
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    width: 90%;
    height: 9vh;
}
.play{
    width: 10%;
    height: 9vh;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 100%;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper{
    width: 100%;
    height: 100%;
}
.swiper-slide{
    width: 100%;
}
.swiper .swiper-button-prev, .swiper .swiper-button-next{
    color: aliceblue;
}
.swiper .swiper-pagination-bullet-active{
    background: white;
}
@media (max-width: 500px)
{
    body{
        height: max-content;
    }
    .container1{
        height: 40vh;
    }
    .container2{
        background-size: 1000px 110%;
        background-position: 65% 35%;
        top: 49vh;
    }
    .text{
        font-size: 14pt;
        top: 3.5%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .play{
        width: 9%;
        font-size: 70%;
    }
    .container3{
        top: 140vh;
    }
    .myWish{
        font-size: 18pt;
        height: 90%;
        width: 80%;
    }
}
