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