.st404-error-page {
    background-color: #f4f4f4;
    padding: 100px 0;
}

.st404-error-title {
    font-size: 48px;
    font-weight: bold;
    color: #333;
}

.st404-error-description {
    font-size: 18px;
    color: #555;
    margin: 20px 0;
}

.st404-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 25px;
    background-color: #0073e6;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
}

.st404-btn:hover {
    background-color: #005bb5;
}

/* Template 2 */
/* Template 2 Styles */
.st404-error-page-alt {
    background-color: #ffffff;
    padding: 100px 0;
    text-align: center;
}

.st404-error-heading {
    font-size: 100px;
    font-weight: bold;
    color: #ff4757;
    margin-bottom: 20px;
}

.st404-error-subtitle {
    font-size: 36px;
    color: #333;
    margin-bottom: 15px;
}

.st404-error-message {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

.st404-btn-alt {
    display: inline-block;
    padding: 12px 30px;
    background-color: #28a745;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
}

.st404-btn-alt:hover {
    background-color: #218838;
}
