* {
    margin: 0;
    padding: 0;
}

.love {
    background: url(../img/bg.webp) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
}

.love1 {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    width: 550px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.love2 {
    text-align: center;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.love3 img {
    width: 100px;
    border-radius: 50%;
    margin-bottom: 45px;
}

#title {
    font-size: 30px;
    padding-bottom: 30px;
}

#timedate #time {
    display: block;
}

#timedate #date {
    display: none;
}

#timedate:hover #date {
    display: block;
}

#timedate:hover #time {
    display: none;
}

#timedate:active #date {
    display: block;
}

#timedate:active #time {
    display: none;
}

@media screen and (max-width: 750px) {
    .love1 {
        width: 310px;
        height: 370px;
        padding-top: 170px;
    }

    .love3 img {
        width: 80px;
        border-radius: 50%;
        margin-bottom: 45px;
    }
}