body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.server-error-container {
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 400px;
}

.server-error-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.server-error-message {
    font-size: 18px;
    margin-bottom: 20px;
}

.server-error-icon {
    font-size: 80px;
    color: #221E1F;
    margin-bottom: 20px;
}
.server-error-back-button {
    text-decoration: none;
    color: #618025;
}