body {
  font-family: "Montserrat", sans-serif;
  background-color: #505050; 		
}

.box {
  box-sizing: border-box;
  width: 450px;
  height: 620px;
  margin: 20px auto;
  border: 1px solid #333;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background-color 500ms ease-out;
}

.box:hover,
.box:active {
  background-color: #77b300;
  color: #fff;
}

.gaz41image {
  width: 100%;
  height:  500px;
  overflow: hidden;
}

.gaz41image img {
  width: 100%;
}

.content {
  text-align: center;
}

.content h1 {
  letter-spacing: 2px;  
  margin: 2px 0;
}