/* FOR PHONE */
h1,h2,h3,h4,h5,h6 {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: lighter;
}

.phone{
    padding-left: 50px;
    padding-right: 50px;
}

.part{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100dvh;
}

.end{
    display: none;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100dvh;
}

.unfold{
    margin-top: 100px;
    font-size: 24px;
}

.heart, .love{
    display: grid;
    grid-template-columns: repeat(11,1fr);
    width: fit-content;
    height: fit-content;
    gap: 5px;
    row-gap: 5px;
    margin-top: auto;
    margin-bottom: auto;
}



/* FOR TABLET */
.box{
    width: 25px;
    height: 25px;
    background-color: black;
    display: flex;
}


.used{
    background-color: white;
    width: 25px;
    height: 25px;
    
}

.left, .right{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


/* final screen */
.finalTextWord{
    display: none;
    opacity: 0;
    scale: 1;
    color: black;
}

.finalBox{
    height: 20vh;
    width: 100vw;
    background-color: white;
}

.wlp{
    display: flex;
    flex-direction: column;
}

.finalText, .ily{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.love .box{
    background-color: white;
}

/* ADJUSTMENT */
/* @media (max-width: 600px) {
    .phone{
        background-color: rebeccapurple;
    }
    .tablet{
        display: none;
    }
} */
/* @media (max-width:10000px) {
    .phone{
        display: none;
    }
    .tablet{
        display: block;
    }
} */