.time-div{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url('/assets/images/icon.png');
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 100% 100%;
    background-blend-mode: overlay;
}
.time-div h1{
    margin-bottom: 0px;
}
.time-p{
    margin: 0px;
    font-size: 30px;
    font-weight: bold;
}
.time-text{
    margin: 0px;
}
.time-div-main{
    margin: 20px;
}
.email_div{
    display: flex;
    margin-top: 20px;
}
.email_icon{
    width: 200px;
    height: 200px;
}
.email_div_main{
    width: fit-content;
    text-align: center;
    margin: auto;
}