body {
    background-color: rgb(0, 0, 0);
  }

div {
    width: 900px;
    border: 15px solid rgb(80, 82, 80);
    background-color: hwb(0 79% 21%);
    padding: 50px;
    margin: auto;
  }

  h1{
    font-size: 100px;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
  }

  h2{
    font-size: 60px;
    background-color: hwb(0 100% 0%);
    width: auto;
    border: 3px solid rgb(0, 0, 0);
    font-family: "Times New Roman", Times, serif;
    font-weight: lighter;
  }

  h3{
    font-size: 20px;
    background-color: hwb(0 100% 0%);
    width: 65px;
    border: 3px solid #000000;
    font-family: "Times New Roman", Times, serif;
    font-weight: lighter;
    text-align: center;
  }

  p {
    background-color: rgb(255, 255, 255);
    font-size: 28px;
    width: auto;
    border: 3px solid rgb(0, 0, 0);
    font-family: "Times New Roman", Times, serif;
    font-weight: lighter;
  }

  Ul {
    background-color: rgb(255, 255, 255);
    font-size: 20px;
    width: 40%;
    border: 3px solid rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
  }

  a:link {
    color: #1b5b8f;
  }

  a:hover {
    color: rgb(105, 238, 255);
  }

  a:visited {
    color: rgb(243, 147, 147);
  }


  address{
    background-color: rgb(255, 255, 255);
    font-size: 15px;
    width: 45%;
    border: 3px solid rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    text-align: center;
  }
 
  h2 + p {
    margin-top: 10px;
  }