body {
    margin: 0;
}

main {
    margin: 8px;
}

.card.main-content {
    height: calc(100vh - 80px);
}

header .container {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

footer {
    height: 22px;
}

.error-content-container {
    margin: 10px;
}

.error-content-header {
    font-weight: bold;
}

.error-content-body {
    width: 80%;
    height: 10em;
    resize: none;
}