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

.error-title {
    font-size: 100px;
    font-weight: bold;
    color: #ff0000;
}

.error-text {
    font-size: 50px;
    font-weight: bold;
    color: #d30000;
}