body{
    position: relative;
    margin: 0 0;
    height: fit-content;
    width: 100%;
    text-align:center;
    overflow: hidden;
}

*{
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none; 
    user-select: none;
}

#bg{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

body span{
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

body h1{
    font-family: monospace;
    /*margin: 0 0;*/
    top: -100px;
    position: relative;
}
body h2{
    font-family: monospace;
    /*margin: 0 0;*/
    top: -100px;
    position: relative;
}
body h3{
    font-family: monospace;
    /*margin: 0 0;*/
    top: -100px;
    position: relative;
}