
body {
  font-family: 'El Messiri', sans-serif;
}

.bg-img {
  background-size: cover;
  color: #fff;
  height: 800px;
  width: 100%;
  text-align: center;
  padding-top: 15rem;
}

section {
  margin-top: 2rem;
}
section a {
  color: #003063;
  font-size: 1.1rem;
  font-weight: bold;
}

section p {
  font-size: 1.1rem;
}

.icon {
  width: 100px;
  height: 100px;
}

footer {
  background-color: #343a40;
  color: white;
  text-align: center;
  padding: 1em;
  position: fixed;
  bottom: 0;
  width: 100%;
}