
 body {
    /*background-image: url("https://steamcdn-a.akamaihd.net/apps/underlords/images/teaser/bg.jpg");*/
    /*background-size: 100%;*/
    /*background-repeat: no-repeat;*/
    background-color: #111111;
    color: #ffffff;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
    font-family: 'Radiance', sans-serif;
 }

 .site_wrapper {
    margin: 0px auto;
 }

 /*#background {*/
     /*position: absolute;*/
     /*!*width: 100%;*!*/
     /*!*height: 100%;*!*/
     /*background-image: url("https://steamcdn-a.akamaihd.net/apps/underlords/images/teaser/bg.jpg");*/
     /*background-size: 100%;*/
     /*background-repeat: no-repeat;*/
     /*background-color: #111111;*/
     /*background-position: center;*/
     /*min-width: 1000px;*/
     /*z-index: -1;*/
     /*bottom: 0px;*/
     /*left: 50%;*/
     /*width: auto;*/
     /*min-width: 100%;*/
     /*height: 100%;*/
     /*min-height: 1000px;*/
     /*transform: translateX(-50%);*/
     /*max-width: 2000px;*/
 /*}*/

ul {
    margin-block-start: 0;
}

#background {
    position: absolute;
    /*width: 100%;*/
    /*height: 100%;*/
    background-image: url("https://steamcdn-a.akamaihd.net/apps/underlords/images/teaser/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #111111;
    background-position: center ;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.6;
}

 #logo {
     margin: 0 auto;
     width: 90%;
     max-width: 691px;
     /*margin-top: 100px;*/
     padding-top: 150px;
 }

 #logo img {
     width: 100%;
 }

 #Title {
     text-transform: uppercase;
     font-size: 36px;
     color: #ffffff;
     font-family: 'Radiance Distressed', sans-serif;
     font-weight: 900;
     text-align: center;
     background-color: #000000;
     padding: 0px 30px;
     width: auto;
     text-align: center;
     letter-spacing: 3px;
     transform: translateY(-20px) rotate(-2deg);
 }

 .valve-logo {
     width: 200px;
     max-width: 100px;
     position: absolute;
     top: 40px;
     left: 40px;
 }