body {
    margin: 0 auto;
    max-width: 800px;
    padding: 0 20px;
    margin-top: 30px;
}

textarea {
    width: 100%;
    height: 100px;
}

input[type="submit"] {
    margin-top: 10px;
}

.results {
    margin-top: 20px;
}

.results .card {
    margin-bottom: 15px;
}

.small-text {
    font-size: 0.875em;
}

.highlight {
    background-color: rgb(234, 234, 80);
}

.mt-4 {
    margin-top: 1rem;
}

.closebutton {
    cursor: pointer;
    color: rgb(13, 110, 253);
    text-decoration: underline;
}