﻿body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #fdecec;
}

.error-container {
    text-align: center;
}

.error-container h1 {
    color: red;
}