body {
  background: #14242c;
}
p {
  color: whitesmoke;
}
h1 {
  font-family: sans-serif;
}
.button {
  font-family: sans-serif;
  display: inline-block; /* Allows padding and margin */
  padding: 10px 20px;
  background-color: #007BFF; /* Button color */
  color: white; /* Text color */
  text-align: center;
  text-decoration: none; /* Removes the default underline from links */
  border: none;
  border-radius: 5px; /* Rounded corners */
  cursor: pointer; /* Changes cursor to a hand on hover */
  font-size: 16px;
}

.button:hover {
  background-color: #0056b3; /* Darker color on hover */
}


font-weight: 100;
}
h1 {
  font-family: sans-serif;
}
div.container {
  text-align: center;
}

ul.myUL {
  display: inline-block;
  text-align: left;
  font-family: sans-serif;
}   
body {
  color: whitesmoke;
}

h1 {
  font-family: Helvetica;
  color:whitesmoke;
}

h2 {
  color: whitesmoke;
  font-family: Helvetica;
}
h3 {
  font-family: Helvetica;
  color: whitesmoke;
}
paragraph { 
  font-family: Helvetica;
  color: whitesmoke
}
div.container {
  text-align: center;
}
ol.myOL {
  display: inline-block;
  text-align: left;

