html,
body {
  height: 100%;
}

html {
  font-family: "Cormorant", serif;
}

body {
  margin: 0;
  display: flex;
}

.main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex-direction: column;
}

.hero-image {
  border-radius: 10px;
  max-height: 400px;
  max-width: 100%;
}
