.error-page{
    min-height:70vh;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:40px 20px;
}

.error-page .container{
    max-width:600px;
}

.error-code{
    font-size:120px;
    font-weight:900;
    color:#3b82f6;
    line-height:1;
}

.error-page h1{
    margin-top:10px;
    font-size:32px;
}

.error-page p{
    margin-top:15px;
    color:#94a3b8;
    line-height:1.7;
}

.error-page .btn{
    display:inline-block;
    margin-top:25px;
    padding:14px 28px;
    background:#3b82f6;
    color:white;
    text-decoration:none;
    border-radius:10px;
}