h1 {
  margin-bottom: 1.5rem;
  text-align: center;
}

h5 {
  margin-bottom: 0.1rem;
  color: azure;
  text-decoration: none;
}

.content {
  padding-top: 10vh;
  padding-bottom: 5vh;
  padding-left: 10vw;
  padding-right: 10vw;
}

.content-title {
  width: 100%;
}

.icon {
  width: 50%;
  max-width: 200px;
  height: auto;
  border-radius: 20px;
}

#generateButton {
  width: 5rem;
  height: 2rem;
}