/* Copyright (c) 2022-2023 gparap */

body {
    background: #FFFFFF;
    text-align: center;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#container {
    background-color: #BDBDBD;
    width: 16rem;
    height: 9.5rem;
}

#info {
    color:#FFFFFF;
    background-color: #455A64;
    width: inherit;
    height: 40px;
    margin: auto;
    padding: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: larger;
}

#clock {
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #CFD8DC;
    width: inherit;
    height: 64px;
    padding: 1%;
    margin: auto;
}

.clock-item {
    display: block;
    float: left;
}