body {
    background-image: url("/img/vichy.png");
    background-color: rgb(23, 51, 30);
    color: white;
    font-family: 'Spectral', 'Times New Roman', Times, serif;
}

h1 {
  color: rgb(255, 225, 128);
  font-family: 'Limelight', 'Spectral', 'Times New Roman', Times, serif;
}

.title-text {
    padding: 25px;
    border: rgb(255, 193, 59) dashed 2px;
}

.main-body {
    max-width: 900px;
    text-align: left;
}

marquee {
  font-size: 1.5em;
  text-transform: uppercase;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
}

a {
  color: rgb(255, 193, 59);
  font-weight: 600;
}

b {
  color: rgb(255, 193, 59);
}

a:hover {
  color: rgb(245, 139, 125);
}

ul {
  list-style-type: none;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.limelight-regular {
  font-family: "Limelight", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.spectral-extralight {
  font-family: "Spectral", serif;
  font-weight: 200;
  font-style: normal;
}

.spectral-light {
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: normal;
}

.spectral-regular {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
}

.spectral-medium {
  font-family: "Spectral", serif;
  font-weight: 500;
  font-style: normal;
}

.spectral-semibold {
  font-family: "Spectral", serif;
  font-weight: 600;
  font-style: normal;
}

.spectral-bold {
  font-family: "Spectral", serif;
  font-weight: 700;
  font-style: normal;
}

.spectral-extrabold {
  font-family: "Spectral", serif;
  font-weight: 800;
  font-style: normal;
}

.spectral-extralight-italic {
  font-family: "Spectral", serif;
  font-weight: 200;
  font-style: italic;
}

.spectral-light-italic {
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: italic;
}

.spectral-regular-italic {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: italic;
}

.spectral-medium-italic {
  font-family: "Spectral", serif;
  font-weight: 500;
  font-style: italic;
}

.spectral-semibold-italic {
  font-family: "Spectral", serif;
  font-weight: 600;
  font-style: italic;
}

.spectral-bold-italic {
  font-family: "Spectral", serif;
  font-weight: 700;
  font-style: italic;
}

.spectral-extrabold-italic {
  font-family: "Spectral", serif;
  font-weight: 800;
  font-style: italic;
}
