body {
  background-color: lightgreen;
  font-family: Arial;
  font-size: 16px;
}

.spanish {
  display: none;
}

h2 {align-content:center}

.tittle {
  display: flex;
  align-content: center;
  justify-content: center;
}

img {
  cursor: pointer;
  width: 180px;
  height: 220px;
}

.box {
  background-color: lightgrey;
  border: 2px black solid;
  border-radius: 30px;
  margin: 100px 200px 100px 200px;
  padding: 50px;
  
}