body {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: -1;
  background-color: #b5b2b0;
  color: #fcfaf0;
  text-align: center;
}
body .wrap .title {
  font-size: 1.2rem;
}
body .wrap .title .letter {
  color: #ffe441;
  font-family: cursive;
  font-size: 1.2em;
  font-weight: 900;
  opacity: 1;
}
body .wrap .title .space {
  letter-spacing: 1rem;
}
body .container {
  border: 2px solid #8a9ea0;
  width: 80%;
  height: auto;
  margin: 5px auto;
  border-radius: 8px;
}
body .container .row {
  padding-top: 10px;
  width: 100%;
  height: 120px;
}
body .container .row:last-child .box {
  border-bottom: none;
}
body .container .row .box {
  display: inline-box;
  float: left;
  width: 250px;
  height: 100px;
  width: 45%;
  margin-left: 1%;
  margin-right: 3%;
  border-right: 1px solid #fcfaf0;
  border-bottom: 1px solid #fcfaf0;
}
body .container .row .box:last-child {
  border-right: none;
}
body .container .row .box img {
  max-width: 150px;
  width: 50%;
  height: auto;
}
body .modal {
  opacity: 0;
  width: 33%;
  margin: 0 auto;
  top: 20%;
  margin-left: 33%;
  position: absolute;
  text-align: center;
  z-index: -1;
}
body .modal .win {
  color: #ffe441;
  font-size: 3rem;
  font-weight: bold;
}