* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: white;
  font-family: sans-serif;
  position: relative;
}
a {
  color: black;
  text-decoration: none;
}
#submit {
  padding: 0 20px;
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
  max-width: 175px;
  width: 100%;
  height: 40px;
  margin: 15px 0;
  border: 0;
  background-color: yellow;
}
header {
  position: sticky;
  top: 0;
  min-height: 75px;
  padding: 0px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: lightgray;
}
img {
  width: 100%;
  height: 100%;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 20px;
}
nav {
  font-weight: 400;
  width: 35vw;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#features {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 200px;
}
#features p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 125px;
  width: 80vw;
  padding: 5px;
  margin-bottom: 20px;
  word-wrap: break-word;
}
#email {
  max-width: 275px;
  width: 100%;
  padding: 5px;
}
#how-it-works {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

#how-it-works > iframe {
  max-width: 560px;
  width: 100%;
}
#pricing {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media {
}
