header {
    width:100%;
    height: 6%;
    position:absolute;
    top:0;
    left:0;
    background-color: #2f2f2f;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: 'Courier New', Courier, monospace;
    font-size: 6vh;
}

body {
    font-family: monospace;
    background-color: rgb(12, 10, 8);
}

main {
    margin-block-start: 10vh;
    width: 100%;
    font-family: monospace;
}
p {
    display:inline-block;
    text-align: center;
}
.cardOutput {
    position:relative;
    text-align: center;
    color:rgb(255, 255, 255);
    font-family: monospace;
    font-size: 4vmin;
    background-color: #2f2f2f;
    margin-top: 0;
    margin-bottom: 0;
}

.dispMessage {
    display: flex;
    text-align: center;
    color:rgb(255, 255, 255);
    font-family: monospace;
    font-size: 3vh;
    justify-content: center;
}

.timeMessage {
    display: flex;
    text-align: center;
    color:rgb(255, 255, 255);
    font-family: monospace;
    font-size: 3vh;
    justify-content: center;
}

.container {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0em;
}

.buttons {
    position: relative;
    font-size:1.5rem;
    border-radius: 2px;
    border: 2px;
    padding: 1vh;
    background-color:rgb(12, 10, 8);
    color: rgb(255, 255, 255);
    border: 4px solid rgb(255, 255, 255);
    float:left;
    font-family: monospace;
}

.buttons:hover {
    color: rgb(187, 187, 187);
    background-color: #0f0f0f;
}

a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
}

a:hover {
    color:rgb(153, 181, 214);
}