﻿html {
    background-color: #0E152C;
}
.error-text-container {
    color: #CCCCCC;
    position: fixed;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translate(0, -50%);
}
