html, body
{
  height: 100vh;
  margin: 0;
  padding: 0;
}

.main
{
  border-left: 5px solid black;
  border-right: 5px solid black;
  width: 75%;
  height: 100%;
  margin: auto;
  background-color: white;
}

.side1
{
  width: 25%;
  height: 95%;
  border-right: 0px solid black;
  margin-left: 2.5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.side2
{
  width: 40%;
  height: 95%;
  border-right: 0px solid black;
  border-left: 5px solid gray;
  margin-left: 30%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.title
{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10%;
  width: 90%;
  border: 5px solid black;
  margin: auto;
}

.h1_games
{
  margin-top: 15px;
  margin-bottom: 0px;
}

.games
{
  text-align: center;
  height: 30%;
  width: 90%;
  border-top: 2px solid black;
  margin-top: 0%;
  margin-left: 4%;
}

.game_p
{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5%;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: normal;
  font-size: 17px;
}

.gamea_p
{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5%;
  font-family: "Times New Roman";
  font-weight: normal;
  font-size: 19px;
}

.click
{
  height: 15%;
  width: 50%;
  border: 0px solid black;
  margin: auto;
  margin-left: 4%;
  margin-bottom: 15px;
}

.click_button
{
  background: url(/click.png) no-repeat;
  height: 65px;
  width: 263px;
  margin: auto;
  border: 0px;
}

.dislike_button
{
  background-color: red;
  height: 50px;
  width: 150px;
  margin: auto;
  border: 5px solid #7F0000;
}

.dislike_button:hover
{
  cursor: pointer;
}

.dislike_text
{
  text-align: center;
  font-family: "Comic Sans MS", "Comic Sans";
  font-weight: normal;
  color: #7F0000;
  margin: auto;
}

.click_button:hover
{
  cursor: pointer;
  background: url(/click2.png) no-repeat;
  height: 65px;
  width: 263px;
  margin: auto;
  border: 0px;
}

.h1_title
{
  font-size: 50px;
}

h1
{
  font-family: "Courier New";
  font-weight: normal;
  margin: 5px;
}

.about_p
{
  margin-left: 10%;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: normal;
}

.faq_p
{
  margin-left: 10%;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: normal;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.iwerg
{
  border: 5px solid gray;
  height: 35%;
  width: auto;
}

.faq
{
  height: 5%;
  width: auto;
}