body {
    font-family: monospace;
    font-size: large;
    background-color: #222831;
    color: #EEEEEE;
}
button {
    font-family: monospace;
}
table {
    width: 90%;
    border-collapse: collapse;
}
th, td {
    border-bottom: 1px solid #EEEEEE;
    padding: 4px;
    text-align: center;
    width: 100px;
}
.buy {
    cursor: pointer;
}
a {
    text-decoration: none;
    color: #F9A825;
}