*{
    font-family: "Playwrite DE Grund", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body{
    background-color: #F05A7E;
    overflow: hidden;
}

.main{
    display: table;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    position: relative;
    width: 99%;
    height: 600px;
}

#popcat, #yupi, #flower, #sussy{
    width: 150px;
    z-index: 10101000;
}

#yupi, #flower, #sussy{
    display: none;
}

p{
    font-size: 25px;
    color: white;
}

button{
    width: 160px;
    height: 50px;
    border-radius: 40px;
    margin-right: 10px;
    position: absolute;
    z-index: 10101010;
}

#yes{
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#no{
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.images{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.fa-heart {
    color: rgba(60, 0, 60, 0.185);
    font-size: 25px;
    position: absolute;
    animation:  heartMove linear 1;
    top: -10vh;
    z-index: 0;
    display: none;
}

@keyframes heartMove {
    0%{
        transform: translateY(-10vh) ;
    }
    100%{
        transform: translateY(110vh) ;
    }
}

h1{
    position: absolute;
    font-size: 20px;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #00000085;
}