* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Public Sans", sans-serif;
  width: 100%;
}

.mynav {
  width: 100%;
}

.links li:hover {
  border-bottom: hsl(136, 65%, 51%) 2px solid;
  height: 100%;
}

ul {
  font-size: 13px;
}

.invite-btn {
  background-color: hsl(136, 65%, 51%);
  border: none;
  border-radius: 50px;
  color: white;
  padding: 0.7rem;
  font-size: 15px;
  width: 150px;
}

@media only screen and (min-width: 768px) {
  .mynav {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.hero-text {
  margin-top: 150px;
  font-weight: 500;
}
.text {
  color: gray;
  font-size: 18px;
  margin-top: 40px;
}

.intro img {
  width: 100%;
}

.intro {
  background-image: url("../images/bg-intro-desktop.svg");
  background-repeat: no-repeat;
  background-position: -60px -200px;
}

.content {
  width: 100%;
}

.content2 {
  background-color: hsl(0, 0%, 98%);
  width: 100%;
}
.content2 .card img {
  width: 35%;
  margin-bottom: 45px;
  text-align: center;
}
.row {
  margin: 0;
  padding: 0;
}
h1 {
  margin-top: 50px;
  margin-bottom: 20px;
}

.content2 .card {
  background-color: hsl(0, 0%, 98%);
  outline: none;
  border: none;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
}
.card-title {
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .content2 p,
  h1,
  .content2 .card,
  footer {
    padding: 0 !important;
    text-align: center !important;
  }
}

@media only screen and (max-width: 768px) {
  .content2 p,
  h1,
  .content2 .card,
  footer {
    padding: 0 !important;
    text-align: center !important;
  }

  .content {
    text-align: center !important;
  }
}

.content3 {
  width: 100%;
}
.content3 .card {
  outline: none;
  border: none;
  background-color: rgba(236, 232, 232, 0.482);
  margin-bottom: 50px;
}

.little {
  color: grey;
  font-size: 13px;
}

a:hover {
  color: hsl(136, 65%, 51%);
  text-decoration: none;
}
a {
  color: black;
}

.content3 .card img {
  max-width: 100%;
  height: 200px;
}
.content3 .card .card-title {
  font-size: 18px;
  font-weight: 700;
}

footer {
  width: 100%;
  background-color: hsl(233, 26%, 24%);
  color: white;
  font-size: 15px;
  /* margin-top:200px; */
}

footer p {
  margin: 0;
  padding: 0;
}

footer p:hover {
  color: hsl(136, 65%, 51%);
}
