.banner {
  width: 100%
}
.footer {
  max-block-size: 50pt;
  padding: 1;
  margin: 1;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {font-family: Times;
    font-size: 24pt;
    color: #ff00a3}
body {
  background-color: black;
  h3 {font-family: Times;
    font-size: 20pt;
    color: white}
  p {font-family: Times;
    font-size: 14pt;
    color: white}
  a {font-family: Times;
    font-size: 14pt;
    color: #ff00a3;
    text-decoration: none;}
  a:hover {text-decoration: underline;}
}
nav{
  background: black;
}
nav ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        justify-content: space-around;
      }
      nav ul li {
        margin-right: 10px;
      }
      nav ul li a {
        text-decoration: none;
        color: #ff00a3;
      }
      nav ul li a:hover {
        text-decoration: underline;
      }
      .active {
        text-decoration: bold;
      }