*{
    margin: 0;
    padding: 0;
    background: #3e3e42;
}
.box{
    height: auto;
    width: 300px;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    display: block;
    margin: auto;
    padding: 20px 5px;
}
.Title{
    color: white;
    font-size: 50px;
    font-weight: 800;
    font-family: serif;
    text-align: center;
    margin-top: 50px;
}

.show_time p{
    color: white;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}