.containers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  font-family: Gill Sans;
  background: moccasin;
}

.bottom {
  grid-column: 1/span 3;
  height: 6em;
}

.top {
  grid-column: 1/span 3;
  text-align: center;
  color: white;
  font-size: 50px;
}

.layer {
  background: #FF9F5C;
}

.Alphabet {
  font-size: 2em;
  font-size: 1.6vw;
  grid-column: 1/span 2;
  margin-top: 1.5em;
  
}

.box {
  padding: .5em;
  margin: 1em;
}

.Photo {
  text-align: center;
  margin-top: 1em;
  
}

.light {
  font-weight: lighter;
}

.extra {
  font-weight: 800;
}

.Gill {
  text-align: center;
  font-size: 32px;
}

.number {
  font-size: 24px;
}

.info {
  font-size: 24px;
}