* {
    padding:0;
    margin:0;
    font-family: "Chivo Mono", monospace;
    color:#f5f5f5;
}

body, html {
    position:relative;
    height:calc(100% - 20px);
    width:100%;
    background-color: black;
}

#ribbon {
    display: none;
    width: 150px;
    padding: 15px;
    position: fixed;
    top: 10px;
    right: -55px;
    transform: rotate(45deg);
    text-align: center;
    color: #111111;
    font-size: 25px;
    font-family: 'Share Tech Mono', monospace;
    background-color: #e82;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#clock {
    display: flex;
    width: 100%;
    height: 100%;
    margin: auto;
    align-items:center;
    justify-content:center;
    font-size: 350px;
    background-position: -800px;
    background-image: url('copper.jpg');
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#pause {
    position: absolute;
    right: 60px;
    bottom: -40px;
    font-size: 30px;
    color: #222;
}

/* ADMIN */

#buttons {
    margin: 20px;
    font-family: "Roboto", sans-serif;
}

#buttons h1 {
    margin-bottom: 20px;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid #f5f5f5;
}

#buttons p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

#buttons p span {
    display: inline-block;
    width: 95px;
    padding: 6px 10px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #f5f5f5;
    background-color: #707070;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}