body {
  font-family: 'Poppins', sans-serif;
}

/* Logo */
.logo {
  height: 100px;
}

.hero-logo {
  width: 120px;
}

/* Hero banner */
.hero {
  background: url('./images/sea_moss_banner.jpg') no-repeat center center/cover;
  min-height: 70vh;
}

html {
  scroll-behavior: smooth;
}

/* Testimonials */
.testimonial {
  background: white;
  border-radius: 10px;
}

/* Contact form */
#contact input,
#contact textarea {
  border-radius: 8px;
}

/* Card styling */
.card {
  border-radius: 12px;
}

#contact {
  background-image: url('./images/sea_moss_banner2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
