html {
  font-family: 'Spectral SC', serif;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

body {
  background-color: white;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

em {
  font-family: 'Spectral SC', serif;
  font-weight: bolder;
}

.navbar-toggler {
  padding-right: 1rem;
}

.content-container {
  max-width: 992.1px;
}

.disclaimer {
  background-color: red;
  font-weight: bolder;
  color: white;
}

.site {
  color:red;
  font-style: italic;
}

.welcome2 {
  font-family: 'Spectral SC', serif;
  font-size: 2.3rem;
  font-weight: bold;
}

p {
  font-size: 1rem;
  font-family: 'Spectral SC', serif;
  font-weight: 400;
}

.logo {
  font-family: 'Spectral SC', serif;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: bolder;
}

.harden-link {
  text-decoration-line: underline;
  font-weight: bolder;
  color: rgb(0, 54, 251);
}

.harden-link:hover {
  color: rgb(0, 255, 0);
}