body {background-color:powderblue;}
.title {
  background-color: #e9ffa8;
  text-align: center;
  font-size: 40px;
  font-family: poor richard;
}

.box {
   background-color: #e9ffa8;
  text-align: center;
  font-size: 20px;
  font-family: poor richard;
}

#about {
  font-size: 24px;
  font-family: comic sans;
}

#ok{
  background-color: powderblue;
  padding: 20px;
}

.cold {
  display: inline-block;
  width: 32%;
  background-color: white;
  text-align: center;
}

.cold img {
  width: 100%;
}

#names {
  font-family: cursive;
  font-size: 14px;
}

