html, body {
    margin: 0px;
    padding: 0px;
}

.error-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #0f1a261d;
}

.error-number {
    font-size: 150px;
    font-weight: bold;
    margin-bottom: 20px;
}

.error-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.error-description {
    font-size: 20px;
    margin-bottom: 12px;
}