#container {
    background: #000000;
    color: white;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0.8;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#textContainer {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

#line1 {
    font-size: 38px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 0px 0px 15px 0px;
}

#line2 {
    font-size: 28px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
}