html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

body .bg-clouds {
  position: relative;
  overflow: hidden;
}
body .bg-clouds .drinks {
  position: relative;
  transition: top 0.3s ease;
}
body .bg-clouds .test {
  display: none;
}
body .bg-clouds .richly-roasted {
  position: absolute;
  top: 0;
  right: -55px;
}
