html,
body,
.hero {
  width: 100%;
  height: 100vh;
}

a,
a:visited {
  color: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero {
  position: relative;
  background-color: #9af;
  align-content: center;
}

.brand {
  padding: 0 24px 144px;
  text-align: center;
}

#pm {
  color: #fff;
  font-family: 'Pacifico', cursive;
  font-size: 80px;
  line-height: 80px;
}

#d {
  color: #444;
  font-size: 36px;
  font-style: italic;
  letter-spacing: 0.5em;
  position: relative;
  top: 12px;
}

.description {
  color: #fff;
  text-align: right;
  font-size: 1.5em;
}

.what {
  margin: 12px 0;
  font-style: italic;
  letter-spacing: 0.1em;
}

.hero,
.feat {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.feat {
  width: 100%;
  padding: 48px;
  font-size: 2em;
}
.feat:nth-of-type(2) {
  background: hsl(230, 100%, 95%);
}
.feat:nth-of-type(4) {
  background: hsl(15, 100%, 86%);
}
.feat:nth-of-type(5) {
  background: hsl(202, 100%, 88%);
}
.feat:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.cloud {
  overflow: hidden;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
}

.image-box {
  margin: 0 48px;
  width: 280px;
  height: 280px;
  display: flex;
  align-items: center;
}
img {
  width: 100%;
}

small {
  color: #444;
  font-family: 'Pacifico', cursive;
}

footer {
  color: #000;
  background-color: hsl(226, 100%, 90%);
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer svg {
  width: 24px;
  fill: #000;
}
.email,
.contact,
.address {
  display: flex;
  align-items: center;
  padding: 24px;
}
