h2{
    font-family: "Avenir", sans-serif;
    width: 50%;
    padding: 10px;
    line-height: 30pt;
    text-align: justify;
    text-justify: inter-word;
    max-width: 60ch;
    text-indent: 40px;
    color: white;
    margin: auto;
    left: 50%;
    top: 50%;
    
}
body{
    background-color: black;
}
.dropbtn {
    background-color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  img{
    width: 50px;
    height: auto;
    background-color: black;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
   
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    z-index: 1;
    font-family: "Avenir", sans-serif;
  }
  
   .dropdown-content a {
    padding: 12px ;
    text-decoration: none;
     display: block;
  }
  .dropdown-content:hover, a:visited, a:link, a:active
    {
        color: black;
        text-decoration: none;
    }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {opacity: 1.0;}


h3{
    font-family: "Avenir", sans-serif;
    width: 50%;
    padding: 10px;
    line-height: 30pt;
    text-align: justify;
    text-justify: inter-word;
    max-width: 80ch;
    font-size: 18pt;
    color: white;
    margin: auto;
    left: 50%;
    top: 50%;
}
#mydiv {
    position: absolute;
    z-index: 9;
    font-family: Arial, "Bold", sans-serif;
    font-size: 800pt;
    line-height: 120px;
    color: white;
  }
  
  #mydivheader {
    padding: 10px;
    cursor: grab;
    z-index: 10;
    margin-top: 200px;
    margin-left: 500px;
    transform: rotate(-60deg);
  }

  #mydiv2 {
    position: absolute;
    z-index: 9;
    font-family: Arial, "Bold", sans-serif;
    font-size: 800pt;
    line-height: 120px;
    color: rgba(0, 0, 0, 0);
	-webkit-text-stroke: 5px white;
  }
  
  #mydivheader2 {
    padding: 10px;
    cursor: grab;
    z-index: 10;
    margin-top: -200px;
    margin-left: 500px;
  }
  #mydiv3 {
    position: absolute;
    z-index: 9;
    font-family: Arial, "Bold", sans-serif;
    font-size: 800pt;
    line-height: 120px;
    color: rgba(0, 0, 0, 0);
	-webkit-text-stroke: 5px white;
  }
  
  #mydivheader3 {
    padding: 10px;
    cursor: grab;
    z-index: 10;
    margin-top: 100px;
    margin-left: 200px;
    transform: rotate(20deg);
  }
  #mydiv4 {
    position: absolute;
    z-index: 9;
    font-family: Arial, "Bold", sans-serif;
    font-size: 800pt;
    line-height: 120px;
    color: white;
  }
  
  #mydivheader4 {
    padding: 10px;
    cursor: grab;
    z-index: 10;
    margin-top: 300px;
    margin-left: 300px;
    transform: rotate(50deg);
  }

  @media screen and (max-width: 1024px){
    body{
        margin-left: 20px;
        margin-right: 20px;
    }
    h2{
        font-family: "Avenir", sans-serif;
        font-size: 16pt;
        width: 50%;
        padding: 10px;
        line-height: 20pt;
        text-align: justify;
        text-justify: inter-word;
        max-width: 60ch;
        text-indent: 20px;
        margin:0 auto;
        
        }
        #mydiv{
        font-size: 500pt;
        }
        #mydiv2{
        font-size: 500pt;
        /* margin-top: 200px;
        margin-left: -500px; */
        }
        #mydiv3{
          font-size: 500pt;
          }
        #mydiv4{
          font-size: 500pt;
          /* margin-top: 200px;
          margin-left: -500px; */
          }
    }