body {
  background-color: white;
}

h1 {
  font: 30px Arial, sans-serif;
  color: #013328;
}

h2 {
  font: 25px Arial, sans-serif;
  color: #013328;
}

p {
  color: red;
}

div.container {
  text-align: center;
}

ul.no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
