body{
  overflow-x: hidden;
  color: black;
  font-family: 'Trebuchet MS',Arial, sans-serif;
  background-color: white;
  background-image: url(img/bg.jpg);
  background-size: cover;
}

iframe{
  width: 100%;
  height: 95%;
  border: none;
  padding: 10px;
}

.title{
  font-size: 28px;
  text-align: center;
  padding: 1px;
  color: blue;
}

.container{
  display: flex;
  height: 75%;
  color: white;
  cursor: pointer;
}

.left-menue{
  font-size: 28px;
  width: 18%;
  background-color: rgba(0, 0, 0, 0.8);  
}

.main{
  width: 78%;
  margin-left: 10px;
  background-color: rgba(0, 0, 0,0.7);
}


.game:hover{
  color: blue;
}



