/* ===== utilities.css ===== */

/* --- UTILITIES --- */
.text-center {
    text-align:center;
}

.mt-30 {
    margin-top:30px;
}

.mt-50 {
    margin-top:50px;
}

.mb-30 {
    margin-bottom:30px;
}

.mb-50 {
    margin-bottom:50px;
}

.py-100 {
    padding:100px 0;
}

.hidden {
    display:none;
}

.w-100 {
    width:100%;
}

.radius {
    border-radius:30px;
}

.shadow {
    box-shadow:var(--shadow);
}
