body {
  margin: 0px;
  padding: 0px;
  font-family: "Times New Roman", Times, serif;
}

.games{
  height: 150px;
  width: 80vw;
}

.vertical {
  display: flex;
  justify-content: center;
  text-align: center;
}

.contact {
  font-size: 40px;
}

.fun-games{
  display: flex;
  height: 100vh;
  width: 100vw;
}

.siblings{
  width: 80vw;
}

.endpoints{
  width: 10vw;
  float: left;
  height: 100vh;
  background-image: url(../images/left-frame.png);
  background-repeat: repeat;
  background-attachment: fixed;
}
