/* Styles to be included on all pages go here */
@import url('easings.min.css');
.flex {
    display: flex;
}

.justify-end {
    justify-content: flex-end;
}

.message {
    font-family: var(--font-secondary);
    text-align: center;
    padding: 15px;
    font-size: 20px;
    border-radius: 5px;
}


.nice-message {
    background-color: #caffbe;
    border: 2px solid #008200;
}

.error-message {
    background-color: #ffbebe;
    border: 2px solid #820000;
}
