@font-face {
    font-family: "MassTransitMono";
    src: url("assets/fonts/masstransitmono_regular_v1.1-webfont.woff2") format("woff2");
}

body {
    background-color: black;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: "MassTransitMono", monospace;
    color: orange;
}


.box {
    border: 3px solid white;
    width: 400px;
    height: 600px;
}

.center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


div {
    display: block;
    unicode-bidi: isolate;
}

#time {
    color: orange;
    font-size: 3em;
    height: fit-content;
    width: fit-content;
    margin: 5px 12.5px 5px 5px;
}

#status {
    font-size: 2.01em;
    height: fit-content;
    width: fit-content;
    float: right;
    margin: 5px 5px 5px 12.5px;
}

#status p {
    margin: 0;
    color: orange;
}

.topbar {
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 166, 0, 0.05);
    border: 10px solid black;
    border-bottom: none;
}

.title{
        background-color: rgba(255, 166, 0, 0.05);
        border: 10px solid black;
        border-top: none;
}

.title p {
    font-size: 2.6em;
    font-family: "MassTransitMono";
    color: orange;
    margin: 5px;
}

p, a {
    font-size: 1.5em;
    color: white;
    text-decoration: none;
    font-weight: lighter;
}