body {
    margin: 0 !important;
    background: url('img/infinity.jpg') no-repeat center;
    background: url('img/infinity.jpg') no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    width: 100vw;
    height: 100%;
   
    
}

#maindiv {
    margin: 0 !important;
    display: block;
    position: absolute;
    width: 100%;
    width: 100vw;
    height: 100%;
  
    margin-inline: auto; 
    width: fit-content;
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

#subdiv {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin-inline: auto; 
    width: fit-content;
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    background-color: rgb(255 255 255 / 0.7);
    transform: translateY(-50%);
    padding: 20px;
}

.kiss-title {
    font-size: 60px;
    line-height: 50px;
    margin-top: 20px;
}

.kiss-subtitle {
    font-size: 40px;
}

.mini-title {
    font-size: 22px;
}

.kiss-count {
    font-size: 80px;
    color: #7400cd;
    width: 470px;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
    padding: 20px;
    background-color: rgb(255 0 0 / 0.3);
    border-radius: 10px;
}

@media screen and (max-width: 800px) {
    .kiss-title {
        font-size: 40px;
    }

    .kiss-subtitle {
        font-size: 25px;
    }

    .kiss-count {
        font-size: 60px;  
    }

.mini-title {
    font-size: 18px;
}

    .kiss-count {
        width: 350px;
        padding: 15px;
    }
}

@media screen and (max-width: 500px) {
    .kiss-title {
        font-size: 30px;
    }

    .kiss-subtitle {
        font-size: 18px;
    }

    .kiss-count {
        font-size: 40px;  
    }

    .kiss-count {
        width: 230px;
        padding: 10px;
    }

.mini-title {
    font-size: 14px;
}

}
