.body {
    background-color: #e8e8e8;
}

.local-header {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.local-button {
    width: 100%;
    background-color: #0a53be;
    color: #e8e8e8;
    font-size: 1.5rem;
}

.local-button-cancel {
    box-shadow: #0a53be;
    width: 100%;
    background-color: #ffc107;
    color: #0a53be;
    font-size: 1.5rem;
}

.local-label {
    background-color: red;
}

.local_warning {
    text-align: center;
    background-color: red;
    color: yellow;
    font-size: large;
}

.local-footer {
    text-align: right;
    font-size: smaller;
    margin-right: 1rem;
    margin-top: 1rem;
}