html {
    background-color: teal;
}

body {
    background-color: white;
    width: 250px;
    margin: 0 auto;
}

.container {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    margin-top: 20px;
}

.container * {
    align-self: center;
    width: 200px;
    margin-bottom: 10px;
    margin-top: 10px;
}

td, th {
    border-bottom: 1px solid black;
    text-align: center;
    width: 50px;
}

th {
    background-color: lightgray;
}

table {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#classes {
    height: 200px;
}

#controls {
    margin-top: none;
    margin-bottom: 20px;

}

#abilities p, #classes p {
    text-align: justify;
}

button {
    background-color: #cfc;
    font-family: Verdana, Geneva, sans-serif;
    font-size: medium;
    letter-spacing: 2px;
    word-spacing: 2px;
    color: black;
    font-weight: 400;
    font-variant: small-caps;
    width: 30%;
    height: 30px;
    border-radius: 10px;
}