/* General Page Styles */
body {
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    background: white url('./img/cross-paper.png');
}
.card {
    background: white;
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #666666;
    box-shadow: 3px 3px 3px 2px #666666;
    display: inline-block;
}
.card img {
    max-width: 80vw
}
img.logo {
    height: 30px;
    top: 3px;
    position: relative;
    margin-right: 10px;
}
button, input, select {
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
}
button {
    background-color: #333;
    border: none;
    color: lawngreen;
    cursor: pointer;
}
/* Grid Styling */
#container table {
    margin: auto;
}