body {
  margin: 0px;
  padding: 0px;
  font-family: "Times New Roman", Times, serif;
}

.fun-games {
  display: flex;
}

.vertical {
  display: flex;
  justify-content: center;

  text-align: center;
}

.siblings, .endpoints{
  flex: 1;
  height: auto;
}

.siblings{
  height: auto;
  background-repeat: repeat;
  background-attachment: fixed;
}

.endpoints{
  width: 10vw;
  float: left;
  background-image: url(../images/left-frame.png);
  background-repeat: repeat;
  background-attachment: fixed;
}

.games-one {
  background-color: #f79696;
  margin: 5px;
  text-align: center;
  width: 20vw;
  height: auto;
}

.games-two {
  background-color: #ffffff60;
  margin: 5px;
  text-align: center;
  width: 50vw;
  height: auto;
}

p {
  text-align: left;
  font-size: 23px;
  padding-left: 10px;
  padding-right: 10px;
  text-shadow: 1px 1px 1px hsla(0, 0%, 255%, 0.5);
}
