body {
  background-color: rgb(215, 215, 215);
}

.box {
  background-color: white;
}

.summary-text {
  font-size: 20px;
}

p {
  padding: 10px;
}

h1 {
  color: white !important;
  /* text-shadow: -1px 0 chartreuse, 0 1px chartreuse, 1px 0 chartreuse, 0 -1px chartreuse; */
  text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

h2 {
  color: black !important;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
}

h3 {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
}

h4 {
  text-align: center;
}

h5 {
  text-align: center;
}

.banner {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
}

.covid {
  position: relative;
  height: 180px;
  padding-top: 1px;
  margin-top: 100px;
  margin: 0;
  background: black;
  background-image: url('../images/sars-cov-19.jpg');
  background-attachment: fixed;
  background-size: 620px;
}