body {
    margin: 0;
    padding: 0;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;

    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #393939 0%, #230996 99%, #c31b7a 100%);
    color: rgb(216, 0, 140);
}

.container {
    text-align: center;
    background-color: rgb(77, 77, 77);
    padding: 30px 40px;
    border-radius: 15px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.452);
}

h2 {
    margin-bottom: 20px;
    font-size: 2.5em;
    color: rgb(231, 231, 231);    
}

#time {
    font-size: 55px;
    letter-spacing: 3px;
    font-weight: bold;


    color: rgb(67, 208, 29);
    text-shadow: 0 0 15px rgb(0, 0, 0);
}