body {
    background-image: url("img/tile.png");
    font-family: "courier-std", courier, monospace;
}
.top {
    border: solid 12px #1c1c1c;
    background-color: #232323;
    align-items: center;
    width: 560px;
    display: flex;
    justify-content: center;
    padding: 5px;
    margin: auto;
    margin-top: 15px;
    flex-direction: column;
}
.toptext {
    color: white;
    font-size: 24pt;
    font-weight: bold;
}
.links {
    color: #454545;
}
.links a {
    color: white;
}
.main {
    border: solid 12px #1c1c1c;
    background-color: #232323;
    color: white;
    width: 850px;
    display: flex;
    padding: 16px;
    padding-top: 0;
    padding-bottom: 10px;
    margin: auto;
    margin-top: 15px;
    flex-direction: column;
}
.subt {
    text-align:center;
    font-size:10px;
}
.dumb {
    image-rendering: pixelated;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.buttons {
    margin: auto;
}
