*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.data_and_time_section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    background-color: #333;
    font-family: Arial, sans-serif;
    color: #fff;
    text-align: center;
}
.date-time {
    font-size: 2rem;
    padding: 30px;
    background-color: #444;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000080;
}
.time {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: bold;
}
.date {
    font-size: 2.2rem;
}