* {
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #f5f5f5 !important;
}

/* Navbar */
.logo {
  width: 200px;
}

.nav-link {
  color: #4d4d4d !important;
  font-weight: 500 !important;
}

.my-login {
  padding: 0.7em 5rem !important;
  background-color: #f5f5f5 !important;
  color: #219653 !important;
  border: 2px solid #219653 !important;
  border-radius: 2rem !important;
}

.my-link {
  color: #219653 !important;
}

/* Hero section */
.my-free {
  padding: 0.7em 4rem !important;
  background-color: #219653 !important;
  color: white !important;
  border: 2px solid #219653 !important;
  border-radius: 2rem !important;
}

/* Features section */
.my-features {
  background-image: url(./assets/features_img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50rem;
  height: 50rem;
}

.my-commas {
  background-image: url("./assets/“”.png");
  background-repeat: no-repeat;
  background-position: right;
}