body {
    /* height: 100vh; */
    display: block;
    align-items: center;
    overflow: hidden;
    margin: 0;
}

#Background {
    z-index: 0;
    width: 100vw;
    height: 100vh;
}

#TheBackground {
    width: 100%;
    height: 100%;
    background-size: contain;
}

.MainTitle {
    z-index: 1;
    display: flex;
    place-content: center;
    top: 30%;
}

.TitleText {
    z-index: 1;
    position: absolute;
    top: 30%;
    color: white;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-shadow: 1px 0px 2px black;
}