/* ======================
   ERROR 404
====================== */


.error-page{

    min-height:70vh;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#F8F6F3;

    padding:120px 0 80px;

}


.error-content{

    text-align:center;

    max-width:700px;

}


.error-number{

    font-size:160px;

    line-height:1;

    font-weight:700;

    color:#B58A63;

    opacity:.8;

}


.error-content h1{

    font-size:42px;

    color:#2F2F2F;

    margin:30px 0 20px;

}


.error-content p{

    font-size:20px;

    line-height:1.8;

    color:#666;

    margin-bottom:40px;

}


.error-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}
@media(max-width:768px){


.error-number{

    font-size:100px;

}


.error-content h1{

    font-size:30px;

}


.error-content p{

    font-size:17px;

}


}
