body {
    background: linear-gradient(to bottom, #0d3239, #09292f);
  }
  
  header, footer {
    background-color: #00404d;
    padding: 100px;
  }
  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  nav ul li, a {
    display: inline;
    margin-right: 10px;
    text-decoration: none;
    text-size-adjust: 16px;
  }
   ul li, a{
    text-decoration: none;
  }
   ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  a h1,h2,h2,h4,h5,h6,p{
    color: whitesmoke;
    font-family: monospace;
    font-weight: bold;
  }
a{
  
        color: whitesmoke;
        font-family: monospace;
   font-weight: bold;
   
}  
  
  h1,h2,h3,h4,h5,h6,p {
    font-family: 'Poiret One', cursive;
    font-weight: bold;
    color: white;
  }
  iframe {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  button{
    background-color: aquamarine;
    border-color: rgba(0, 255, 255, 0.806);
    color:blue;
  }
  button p{
    color: rgb(13, 0, 255);
  }
  table{
    color: rgb(58, 56, 56);
    font-family: 'Poiret One', cursive;
    border-color: rgba(0, 255, 255, 0.806);
    font-weight: bold;
    background-color: aquamarine;
  }
  table a{
    color: rgb(58, 56, 56);
    font-weight: bold;
    font-family: 'Poiret One', cursive;
  }