body {
    margin: 0%;
    background-image: url(notepadbackground.png);
    background-size: 50% 50%;
    /*background-color: rgb(255, 251, 217);*/
}

.myheader {
    height: 220px;
    display: flex;
    background-color: rgb(255, 68, 9);
    align-items: center;
}

.headertopics {
    margin: 4%;
    display: flex;
    gap: 70px;
}

.headerhome {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #FFF;
    text-decoration: none;
    transition: transform 0.3s;
}

.headerhome:hover {
    transform: scale(1.1);
}

.otherspiders {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #FFF;
}

.navbar {
  overflow: hidden;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: rgb(217, 214, 210);
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}

.headimages {
    width: 160px;
    margin: 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.imageshape {
    border-radius: 50%;
    transition: transform 0.3s;
}

.yellowline {
    display: flex;
    height: 30px;
    background-color: rgb(255, 226, 0);
}

.blueline {
    display: flex;
    height: 10px;
    background-color: rgb(25, 86, 144);
}

.firstbody {
    justify-content: center;
    display: flex;
    margin: 10%;
    
}

.bigpicture {
    height: 560px;
    display: flex;
    margin: 0%;
    border: solid black 5px;
}



.myfirstfooter {
    height: 200px;
    display: flex;
    background-color: rgb(255, 68, 9);
    margin-bottom: 4%;
    justify-content:space-between;
    align-items: center;
}

.footercontent {
    align-items: center;
}

.twoboxes {
    padding: 0%;
    display: flex;
    flex-direction: column;
    margin: 0%;
    align-items: center;

}

.footerright {
    display: flex;
    align-items: center;
    margin: 4%;
    float: right;
}

#by {
  display: inline-block;
  color: #FFF;
  font-size: 3.5em;
  padding: 0.2em;
  background-color: rgb(25, 86, 144);
}

.bottomtext {
    text-decoration: none;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: white;
    font-size: xx-large;
    margin-left: 60px;
    margin-bottom: 5%;
    margin-top: 8%;
    transition: all 0.3s;
}

.bottomtext:hover {
    transform: scale(1.1);
} 

.scrollbutton {
    font-weight: 500;
    border-radius: 10px;
    height: 56px;
    width: 150px;
    font-family:monospace;
    text-decoration: none;
    background-color: rgb(255, 247, 185);
    font-size: x-large;
    padding: 10px;
    padding-bottom:0%;
    border: solid 12px;
    border-color: rgb(25, 86, 144);
    color: rgb(25, 86, 144);
    margin-bottom:10%;
    margin-left: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.myfooter {
    height: auto;
    display: flex;
    border: solid black 2px;
}

.thelist {
    display: flex;
    justify-content: center;
}

.listbox {
    padding: 2%;
    display: flex;
    margin-bottom: 10%;
    justify-content:space-evenly;
    align-items: center;
}

.page {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.btn {
      background-color: rgb(25, 86, 144);

  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 90px;
  border-radius: 30px;
}

.btn:hover {
  background-color: rgb(255, 68, 9);
}

.downloadtext {
    text-decoration: none;
    color: #FFF;
}

@media screen and (max-width: 1200px) {
  .bigpicture {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .nameandsuper {
    font-size: smaller;
  }
}

@media screen and (max-width: 500px) {
  .nameandsuper {
    font-size: x-small;
  }
}

@media screen and (max-width: 500px) {
  .myheader {
    font-size: smaller;
  }
  .otherspiders {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .nametext {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .footerright, .scrollbutton {
    display: none;
  }
}
