header {
  background-color: #000000;
  text-align: center;
  margin: 0%;
  
}

body {
    background-color: pink;
    margin: 0px;
    
}

p {
   color: rgb(36, 36, 36);
   font-family: 'Trebuchet MS', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   text-align-last: center;
    font-size: 25px;

}

ul {
    color: wheat;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
  list-style-type: none;
  margin: 0px;
  overflow: hidden;
  background-color: #333;
  position: sticky;
  top: 0;
  opacity: 80%;
  
  padding: 10px;
  padding-left: 30px;

  z-index: 1;
}

li {
    display: block;
    float: left;
    padding-left:  30px;
}
li :hover {
    background-color: white;
}

h1 {
    position: relative;
    padding: 20px;
    margin: 0;
    color: rgb(255, 255, 255);
    font-family:'Trebuchet MS', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: italic;
    text-align-last: center;
    padding: 0%;
       background-color: rgb(0, 0, 0);
   border-style: solid;
   border-width: 0;
   opacity: 70%;
   padding-bottom:  10px;
   
}

h2 {
    color: wheat;
    font-family:'Trebuchet MS', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
   font-style: normal;
    font-size: 20px;
   border-style: solid;
      opacity: 70%;
      border-width: 0px;
      padding: 10px;
   background-color: rgb(22, 22, 26);
}

h3 {
    color: wheat;
    font-family:'Trebuchet MS', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
   font-style: normal;
   font-weight: normal;
   font-size: 30px;

    position: relative;
    left: 156px;
    width: 80%;
padding-right: 180px;

opacity: 1;
   border: 2px solid rgba(22, 22, 26, 0);
   background-color: rgba(22, 22, 26, 0.7);
   border-width: 25px;
   border-radius: 120px;
   border-top-right-radius: 0%;
   border-bottom-right-radius: 0%;

}

h4
{
    color: wheat;
    font-family:'Trebuchet MS', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
   font-style: normal;
   font-weight: normal;
   font-size: 30px;

    position: relative;
    right: 0px;
    width: 80%;
padding-left: 150px;

opacity: 1;
   border: 2px solid rgba(22, 22, 26, 0);
   background-color: rgba(22, 22, 26, 0.7);
   border-style: solid;
   border-width: 25px;
   border-radius: 120px;
   border-top-left-radius: 0%;
   border-bottom-left-radius: 0%;
}

h5 {
   border: 2px solid rgba(22, 22, 26, 0);
   background-color: rgba(22, 22, 26, 0.7);
   border-style: solid;
   border-width: 25px;
   border-radius: 120px;
color: wheat;
    font-family:'Trebuchet MS', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
   font-style: normal;
   font-weight: normal;
   font-size: 20px;
   width: 60%;
   margin: auto;
   margin-top: 10px;

    position: relative;

}