* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,
html {
    height: 100%;
    width: 100%;
}
.custom-paragraph {
    color: #e10a0a;
    background-color: #e10a0a;
}
.container {
    position: relative;
    width: 100%;
    height: 100vh;
}
 #splashContainer {
      display: none;
    }

.background,
.logo {
    position: absolute;
}
.background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #e10a0a;
}
.logo {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 200px;
    height: 200px;
}
h1,
h2,
h3 {
    color: transparent;
}
