.content {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  h1 {
    margin-bottom: 1rem;
  }
}

.container {
  margin-top: 5rem;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  img {
    width: 125px;
  }
}
