@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');

body {
    margin: 0px;
    background-color: black;
}

#container, #centerContainer {
    position: absolute;
    margin: 20;
    width: 100vw;
    height: 80pt;
    top: 0;
    bottom: 0;
}

#centerContainer{
    margin: auto;
}

#text1, #text2, #text3 {
    color: white;
    /* position:absolute; */
    padding-left: 20;
    width: 100%;
    display:  inline-block;

    font-family: 'League Gothic', sans-serif;
    user-select: none;
}

#text1{
    font-size: 34pt;
}

#text2{
    font-size: 16pt;
}

#text3{
    text-align: center;
    font-size: 60;
}

