*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Marcellus SC', serif;
    
}

#header{
    background:black;
    font-size: 115px;
    font-family: 'Tangerine', cursive;
}
    
.card{
    background: black;
    opacity: 0.5;
    color: white;
}
#sButton{
    float:right;
    background:black;
}

body{
    background-image: url(../images/6858035-clock-wallpaper.jpg);
    background-size: cover;                      
    background-repeat: no-repeat;
    background-position:center center; 
}

.table{
    width:91%;
}

label{
    color:black;
}