@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
body{
    background-color: whitesmoke;
}
.navbar{
    background-color: whitesmoke;
}
.card{
    background-color: aliceblue;
}
.card-header{
    background-color: rgb(255, 255, 255);
}
.input-group{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#inputBtn{
    background-color: seashell;
}
#restoBtn{
    background-color: antiquewhite;
}
.timeSpace{
    border:2px solid ;
    background-color: rgba(0, 0, 0, 0.966);
    width: fit-content;
    height:fit-content;
    padding:30px;
    font-family: 'VT323', monospace;
    color:rgb(248, 225, 179);
    border-radius: 30px;
    font-size: 70px;
}