/* ==========================
   Página en construcción
========================== */

body{

    margin:0;
    background:white;
    font-family:"Didact Gothic", sans-serif;
    color:#b3557c;

}

#construction{

    min-height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    box-sizing:border-box;

}

#construction img{

    width:150px;
    height:auto;

}

#construction h1{

    font-family:"Cal Sans", sans-serif;
    font-size:48px;

}

#construction p{

    max-width:700px;
    font-size:20px;
    margin-top: -20px;

}

#construction a{

    text-decoration:none;
    color:#536799;

}

