.drillpage {
  width: 600px;
}
.nav {
 margin:  10px;
 padding: 10px;
}


.about{
max-width: 50%;
margin-left: auto;
margin-right: auto;
}

.homecontainer{
  margin-top: 60px;
  height: 1500px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  background-color: floralwhite;
  border: 5px solid crimson;
  border-radius: 30px;
}

.homehead-div {
  margin-top: 0;
  height: 150px;
  width: 100%;
  border-radius: 15px 15px 0px 0px;
  background-color: crimson;

}


.homehead-div * {
  color: white;
}

* {
  font-family: arial, sans-serif;
  box-sizing: border-box;
  text-decoration: none;
}

 #homebody {
  background-image: url("/img/icons/pattern.png");
} 



.homenav-link {
  color: white;
  }

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

.spacer1 {
  height: 80px;
  width: 80px;
}

.homenav-flex {
  margin: 0 20%;
  height: 80px;
  display: flex;
  justify-content: space-evenly;
  max-width: 100%;
}

.homenav-inner {
  width: 200px;
  display: flex;
  flex-direction: column;
  margin: 15px;
}

.homepg-btn {
  border-radius: 5px;
  min-width: 65px;
  border-style: none;
  padding: 5px 0;
  font-weight: bold;
  color: white;
}

#homepg-btn1 {
  background-color: crimson;
}
#homepg-btn2 {
  background-color: pink;
}
#homepg-btn3 {
  background-color: black;
}

h3 {
  font-family: baskerville;
  font-weight: bold;
}



.changelog {
  list-style: none;
  text-align: left;
  width: 600px;
  }

.comicsnav {
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  }
  
  .banner-img-div {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    }

@media (max-width: 780px) {
  
  }
