@charset "UTF-8";
/*
@media screen and (min-width: 768px) and (max-width: 992px) {

}
@media screen and (min-width: 992px) and (max-width: 1280px) {

}
@media screen and (min-width: 1280px) {

}
*/

.warn {
    color: white;
    padding: 10px;
    background-color: var(--color2);
    border-radius: 10px;
}
