h2,
h3 {
  color: #7ed7c1;
  font-weight: 550;
}

h1 {
  font-size: 65px;
}

.background p {
  font-size: 15px;
}
.text-center {
  margin-bottom: 0;
}

.footer {
  height: 100px;
  margin-top: 80px;
}
.footer p {
  margin: 0;
}

.givemb {
  margin-bottom: 20px;
}

h5 {
  color: #b5dfd5;
  font-size: large;
  margin-bottom: 15px;
  font-weight: 550;
}

body {
  color: rgb(106, 97, 97);
  background-color: rgb(255, 255, 255);
  font-family: "Exo 2", sans-serif;
}

.nav-item {
  font-size: 18px;
}

p {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 17px;
}

.background {
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='20' height='20' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M10 15a5 5 0 110-10 5 5 0 010 10z'  stroke-width='1' stroke='hsla(259, 0%, 93%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}

ul li {
  list-style: none;
  margin: 0 15px;
}
