body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    background-color: var(--yellow);
}

.container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 10px;
}

.error-image {
    width: 100%;
    max-width: 600px;
}

h1 {
    color: #000;
    font-size: 30px;
    margin: 10px 0;
}

.button-container {
    position: relative;
    top: -40px;
    z-index: 10;
    display: flex;
    justify-content: center;
    width: 100%;
}

.button {
    width: 30%;
    min-width: 150px;
    max-width: 300px;
    text-align: center;
}
