* {
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-image: linear-gradient(to bottom, #0F2027,#3D0C33, #0F030D   );
    font-family: 'Roboto Condensed', sans-serif;
    /* font-family: 'Orbitron', sans-serif; */
}

.container {
    background-color: rgba(15, 4, 4, 0.28);
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
}


.hrTxt, .minTxt, .secTxt, .sessionTxt {
    margin-top: 30px;
    margin-bottom: auto;

    /* text-shadow: 0 0 2px #fff, 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff, 0 0 20px #ffffff, 0 0 25px #ffffff, 0 0 30px #ffffff; */
     /* text-shadow: 0 0 20px #fff, 0 0 22px #ff4da6, 0 0 24px #ff4da6, 0 0 26px #ff4da6, 0 0 28px #ff4da6, 0 0 30px #ff4da6, 0 0 32px #0f0f; */
}


.hourDisplay, .minDisplay, .sessionDisplay, .secDisplay {
    display: inline-block;
    min-width: 170px;
    width: 14%;
    position: relative;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 90px;
    margin-bottom: 90px;
    border-radius: 30px;

    vertical-align: top;

    min-height: 150px;
    background: linear-gradient(to bottom, rgba(167, 25, 85, 0.34), rgba(93, 23, 91, 0.34));

    font-size: 70px;
    color: #bb43e0;

}


/* #531046 */

/* background-color: rgba(15, 4, 4, 0.28); */
/* background: linear-gradient(to top, #c31432, #240b36); */
    /* padding: 150px 100px; */
