body {
    font-family: "Ubuntu Mono", monospace;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#spell-input {
    width: 20rem;
    font-size: x-large;
}

.button-container {
    margin-top: 1rem;
    display: flex;
    width: 20rem;
}

.button-container button {
    width: 10rem;
    height: 3rem;
}

#word-definition {
    max-width: 40rem;
}