﻿/* =========================================================
   PAGE EN CONSTRUCTION
   ========================================================= */
.construction-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 350px;
    text-align: center;
}

.construction-icon {
    margin-bottom: 20px;
    font-size: 4rem;
}

.construction-title {
    margin: 0 0 15px;
    font-size: 2rem;
    font-weight: 700;
}

.construction-text {
    margin: 5px 0;
    font-size: 1rem;
    opacity: 0.8;
}
