.logo{
  text-align: center;
}
.logo img{
  width: 120px;
  height: 120px;
}

.menu{
  background: #DAE2F7;
  text-align: center;
}

.menu li {
  display: inline-block;
  padding: 15px 15px;
}

.menu li a {
  color: #000;
  font-style: 25px;

}
.menu li a:hover{
  color: #fff;
  background-color: #0F1745;
}

.general{
  width: 100%;
  height: 650px;
  background: yellow;
  display: inline-flex;
}

.amarillo{
  width: 20%;
  height: 650px;
  background: #0F1745;
}

.azul{
  width: 60%;
  height: 650px;
  background: #DAE2F7;
}

.rojo{
  width: 20%;
  height: 650px;
  background: #1C2137;
  }

  .footer{
    background: #4D4C52;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 30px;
  }

 .titulo-play{
  color: blue;
  font-size: 28px;
  font-weight: bold;
}

.titulo-play{
  background-color: #1f4fbf;   
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 28px;
}

.titulo-nintendo{
  background-color: #e60012;   
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 28px;
}

.titulo-xbox{
  background-color: #107c10;   
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 28px;

  .play{
  background-color: #dbe6ff;
  padding: 5px;
}

.nintendo{
  background-color: #ffd6d6;
  padding: 5px;
}

.xbox{
  background-color: #d6ffd6;
  padding: 5px;
}

.titulo-play,
.titulo-nintendo,
.titulo-xbox{
  border-radius: 8px;
  margin-top: 20px;

  
}.titulo-play,
.titulo-nintendo,
.titulo-xbox{
  border-radius: 8px;
  margin-top: 20px;
}