/*************************************\
| The stylesheet for the 'time' page. |
\*************************************/

@import url(common.css);

@layer time {

    div.time {
        justify-content: space-evenly;
        margin-right: auto;
        margin-left: auto;
        display: flex;

        max-width: 20rem;
        width: 100%;

        h2 {
            text-align: center;
            margin: 0;

            &#equals {
                width: 20%;
            }
        }
    }

    p#time {
        text-align: center;
        width: 100%;
    }

}
