body{
  background-image: url(../images/awards.jpg);
  background-size: cover;
  background-color: black;
  color: white;
  text-align: center;
}
h1{
  font-weight: bold;
  font-size: 50px;
  margin-top: 20px;
}
.box{
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
}
.boxes{
  margin: 15px;
  width: 300px;
  height: 300px;
  padding: 15px;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  vertical-align: center;
}
.final_box{
  width:630px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin:15px;
}
.ideat{
  margin-top:20px;
  margin-bottom: 30px;
}
.elle{
  margin-top: 20px;
  margin-bottom: 30px;
}
.tablet{
  width: 350px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.vogue{
  margin-top: 10px;
  margin-bottom: 30px;
}
.time{
  margin-bottom: 30px;
}
.jetsetter{
  width: 350px;
}
.wall{
  margin-bottom: 5px;
}
.heraldo{
  margin-top: 20px;
  margin-bottom: 30px;
}
.reforma{
  margin-bottom: 20px;
  width: 350px;
}
.milenio{
  width: 350px;
}
img{
  width:200px;
}
h3{
  margin:0 auto;
  font-family: serif;
  font-size: 50px;
  color: white;
}
@media screen and (max-width: 675px){
  .final_box{
    width:300px;
  }
}
