html, body {
    height: 100%;
    margin: 0.2rem 10px 0.5rem;
    background-color: #f5f5f5;
}

@media only screen and (max-width: 1200px) {
    html {
        margin-top: 0.5rem;
    }
}

.error {
    background-color: red;
    color: white;
}

.w-33 {
    width: 33% !important;
}

.w-20 {
    width: 20% !important;
}

.clickable {
    cursor: pointer;
}