body {
  background-color: black;
  color : white;

}

.bg
{
  position: relative;
}

img {
  width: 100%;
  height: auto;
  user-drag: none;  
  user-select: none;
  moz-user-select: none;
  webkit-user-drag: none;
  webkit-user-select: none;
  ms-user-select: none;
 }


.top-centered {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 60%;  
    height: 10vh;
    line-height: 10vh;
    font-size: 5vh;
    text-align: center;
  transform: translate(-50%, -50%);
  font-family: 'Press Start 2P', cursive;
}

.UnderConstruction
{
position: absolute;
width :18%;
height : 30%;
  bottom: -20px;
  right: 50%;
}

.right
{
color : white;
text-align : center;
   left:0px;
   bottom:0px;
   height:20px;
   width:100%;
   background: red;
}