* {
  margin: 0;
}

body {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100vh;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  flex-direction: column;
  overflow: hidden;
  background-color: #f1dfcb;
  text-align: center;
}

.logo {
  position: fixed;
  right: 32px;
  top: 24px;
  max-width: 210px;
  width: 100%;
}

.container {
  position: relative;
  top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 32px;
}

.embreve {
  max-width: 300px;
  width: 100%;
  margin: 24px auto 0 auto;
}

h1 {
  color: #cb3930;
}

p {
  font-size: 1.3rem;
}

.instagram img {
  max-width: 30px;
  width: 100%;
}

.instagram img svg {
  fill: #cb3930;
}

.waves {
  position: fixed;
  width: 100vw;
  bottom: -100px;
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 24px;
  }

  .waves {
    bottom: -5px;
  }
}
