.header {
    padding: 0px;
    text-align: left;
    background: #BF5D00;
    color: white;
    font-size: 20px;
    border-bottom: 7px solid #875136;
    font-family: 'Lato', sans-serif;
    min-height: 150px;
    min-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  p{
    
    font-size: 10px;
  }
  body { 
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px
  }
.headMain{
  display: flex;
  max-height: 158px;
  width: 500px;
  min-width: 500px;
  padding: 26px;
  order: 1;
}
a{
  text-decoration: none;
  background-color: none;
  color: white;
}
.headButton{
    font-size: 26px;
    color: white;
    width: 125px;
    height: 50px;
    position: relative;

    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-family: 'Lato Black', sans-serif;

    text-align: center;

    transition: transform 0.3s ease;
}
.headButton:hover{
  transform: rotate(-5deg) scale(1.2);
}
.headContainer{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: right;
  align-content: center;

  padding: 26px;
  max-height: 192px;
  min-width: 500px;
  order: 2;
}

.bodyBox{
  border-top: 7px solid white;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  min-height: 75vh;
}
.bodyMiddle{
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
  background: #CCCCCC;
  color: black;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  width: 50%;
  min-height: 75vh;
  border-radius: 10px / 10px;
}
.blooskeyBox{
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  color: black;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  width: 30%;
}
.blooskey{
  box-sizing: border-box;
  text-align: left;
  background: #191E27;
  color: black;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  width: 100%;
  overflow-y: auto;

  height: 100vh;
  border-radius: 10px / 10px;
}
.blooskeytwoskey{
  box-sizing: border-box;
  text-align: left;
  background: #AAAAAA;
  color: black;
  font-size: 16px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  width: 16%;
  overflow-y: auto;
  border-radius: 10px / 10px;
}
.footerBox{
  background: #BF5D00;
  padding: 0px;
  max-width: 100%;
  color: white;
  border-top: 7px solid #875136;
  font-family: 'Lato', sans-serif;
}

@media (max-width: 1280px) {
      .blooskeyBox {
        display: none;
      }
      .blooskeytwoskey {
        display: none;
      }
      .bodyMiddle{
        margin-left: 5%;
        margin-right: 5%;
        max-width: 90%;
      }
    }

  
.bodyIFrame{
  text-align: left;
  background: #CCCCCC;
  color: black;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
.footerButtonContainer{
  display: flex;
  justify-content: center;
  width: 100%;
}
.buttonImg{
  height: 31px;
  width: 88px;
  padding: 2px;
}
.buttonImgLink{
  height: 31px;
  width: 88px;
  padding: 2px;
  cursor: pointer;
}
.gamesPageContainer{
  height: auto;
  width: 95%;
  background-color: #898989;
  border: 10px solid #696969;
  border-radius: 20px / 20px;
  padding: 10px;
}
.gamesPageButtonImg{
  height: 60px;
  width: 160px;
  padding: 4px;
  cursor: pointer;
}
.gamesPageButtonImgContainer{
  width: 90%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.gamesBodyMiddle{
  box-sizing: border-box;
  padding: 10px;
  background: #CCCCCC;
  color: black;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  width: 75%;
  min-height: 75vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 10px / 10px;
}
.gamesPageEngineButtonImg{
  height: 60px;
  width: 60px;
  padding: 4px;
  cursor: pointer;
}
.unityBodyBox{
  border-top: 7px solid white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  min-height: 100vh;
}
.unityBodyMiddle{
  display: flex;
  box-sizing: border-box;
  padding: 10px;
  justify-content: center;
  background: #CCCCCC;
  color: black;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  width: 77vw;
  height: auto;
  border-radius: 10px / 10px;
}
.unityBodyTextBox{
  box-sizing: border-box;
  padding: 10px;
  justify-content: center;
  background: #CCCCCC;
  color: black;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  width: 77vw;
  height: 200px;
  border-radius: 10px / 10px;
}
.unityBodyTextBoxHeader{
  box-sizing: border-box;
  padding: 10px;
  justify-content: center;
  background: #CCCCCC;
  color: black;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  width: 77vw;
  height: 100px;
  border-radius: 10px / 10px;
}
.updatesListBox{
  box-sizing: border-box;
  padding: 10px;
  background: #CCCCCC;
  color: black;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 10px / 10px;
}
.updatesListChoice{
  height: auto;
  width: 95%;
  border: 5px solid #898989;
  border-radius: 10px / 10px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.aboutImage{
  width: 100px;
  height: 100px;
  border: 5px solid #FF830F;
  border-radius: 10px / 10px;
  justify-self: center;
  float:inline-start;
  margin-right: 25px;
  margin-left: 15px;
  margin-bottom: 25px;
}