.container {
  max-width: 1280px;
  padding: 0 2rem;
  margin: 0 auto;
  max-height: 100%;
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

img {
  max-width: 400px;
  max-height: auto;
}

h1 {
  font-family: Fontfabric Mont Bold, Arial, Helvetica Neue, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #034125;
  font-size: 32px;
}

a {
  background-color: #20915a;
  border: none;
  padding: 10px 16px;
  transition: all 0.2s ease;
  text-decoration: none;
}

a:hover {
  background-color: #71bc5a;
}

span {
  color: #fbf5ea;

  font-size: 24px;
  font-family: Fontfabric Mont Bold, Arial, Helvetica Neue, Helvetica,
    sans-serif;
  font-weight: 400;
}
