.error-page {
min-height: 70vh;
display: flex;
justify-content: center;
align-items: center;
padding: 80px 20px;
}

.error-container {
text-align: center;
}

.error-container h1 {
font-size: 120px;
color: #b10000;
margin-bottom: 10px;
}

.error-container h2 {
font-size: 32px;
margin-bottom: 20px;
}

.error-container p {
color: #666;
margin-bottom: 30px;
}

.btn-home {
display: inline-block;
background: #b10000;
color: #fff;
text-decoration: none;
padding: 12px 25px;
border-radius: 5px;
}

.btn-home:hover {
opacity: 0.9;
}
