body {
  background-image: linear-gradient(to top, #ebbba7 0%, #cfc7f8 100%);
  font-family: "Cardo", serif;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.container {
  padding-top: 15px;
}

.jumbotron {
  background-image: url(https://www.cedars-sinai.org/content/dam/cedars-sinai/blog/2020/06/viruses-bacteria-fungi.jpg);
  background-size: cover;
}

span.navbar-brand.mb-0.h1 {
  text-align: center;
  color: #ffff;
}

p {
  font-size: 30px;
  text-align: center;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 15px;
}
