body {
  font-family: "Times New Roman", Times, serif;
  color: #000000;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 30px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
  font-size: 18px;
}

a:hover {
  text-decoration: underline;
}

#container {
  margin-top: 50px;
}

img {
  width: 100%;
  height: auto;
}

footer {
  text-align: center;
  font-size: 18px;
  padding: 20px;
  margin-top: 50px;
}
