body {
  background-color: #ffffff;
  width: 1000px; 
  height: 100%;
  border-style: none;
  margin: 90px;
  padding-bottom: 100px;
  background-attachment: fixed;
  background-repeat: no-repeat; 
  background-image: url("/page i.png"); 
  background-position: right;
  background-size: 690px;
  background-attachment: fixed;
}

a {
  color: #8c6873; 
}

a:hover {
  color: white;
}

.container {
display: flex; 
  justify-content: center; 
  align-items: center;
  padding-bottom: 20px;
}

.container2 {
  width: 1000px; 
  color:#2a2224;
}

ol {
    font-family: spectral;
  font-size: 15px;
  color:  #2a2224;
  text-align: justify;
  margin: 20px;
}

footer {
  position: relative;
   bottom:0;
   width:100%;
   height:60px; 
  font-family: spectral;
  text-align: center;
  padding: 60px;
  color: #b5869b;
  float: left;
}

h1 {
  color: #2a2224;
  text-align: center;
  text-shadow: 0px 2px 2px grey;
  font-family: spectral;
}

h2 {
  font-family: "Spectral-Bold", garamond; 
  font-size: 20px;
}

p {
  font-family: spectral, garamond;
  font-size: 15px;
  color:  #2a2224;
}

.b {
  font-family: spectral;
  font-size: 15px;
  margin: 20px;
  padding: 10px; 
  text-indent: 30px;
  text-align: justify; 
  color:  #2a2224;
}


.topnav {
  width: 1000px;
  height: 50px;
  margin-top: 15px;
  float: left;
  background-color: #c29da8;
  overflow: hidden;
  border-style: solid; 
  border-width: 1px;
  border-color: grey;
  border-radius: 15px;
}

.topnav a, .dropbtn, .button {
  text-align: center;
  float: left;
  background-color: #c29da8;
  color: #FFF;
  font-size: 15px;
  padding: 15px;
  font-family: "Zen Kaku Gothic New"; 
  text-decoration: none;
  border-style: inset;
  border-width: 1px; 
  border-color: #c29da8;
  box-shadow: inset 0px 0px 5px 3px #a57f8b;
  border-radius: 15px;
  margin-right: 15px;
}

.topnav a:hover, .dropdown:hover, .dropbtn:hover, .button:hover {
  background-color: white;
  color: #c29da8;
  box-shadow: none;
}

.topnav a, .button a {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
}

.dropdown {
  display: block;
}

.dropdown-content {
  color: #c29da8;
  display: none;
  position: relative;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  position: relative;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  position: absolute;
  display: inline-block;
}

.column {
float: left;
margin: 70px; 
box-shadow: 0px 0px 4px 4px #c29da8;
  background-color:  #ffffff;
  border-radius: 15px;
}

.column.side {
  width: 20%;
  border-style: solid;
  box-shadow: 10px 10px 30px #c29da8;
  border-width: 1px;
  border-color: #c29da8;
  margin: 20px;
  padding: 20px;
  float: right; 
    background-color:  #ffffff;
}

.column.middle {
  width: 60%;
  box-shadow: 10px 10px 30px #c29da8;
  border-style: solid;
  border-width: 1px;
  border-color: #c29da8;
  margin: 50px;
  padding: 20px;
  float: left; 
  background-color:  #ffffff;
  height: 200px;
}

.column.update { 
  width: 60%;
  box-shadow: 10px 10px 30px #c29da8;
  border-style: solid;
  border-width: 1px;
  border-color: #c29da8;
  margin: 20px;
  padding: 20px;
  height: 150px; 
  overflow: scroll; 
}

.column.poem {  
  width: 40%;
  box-shadow: 10px 10px 30px #c29da8;
  border-style: solid;
  border-width: 1px;
  border-color: #c29da8;
  margin: 20px;
  padding: 20px;
  height: 300px; 
  overflow: scroll;
  float: left;
  background-color:  #ffffff;
}

.column.essay {
  width: 900px;
  box-shadow: 10px 10px 30px #c29da8;
  border-style: solid;
  border-width: 1px;
  border-color: #c29da8;
  margin: 10px;
  padding: 15px;
  float: left;
    background-color:  #ffffff;
}

.column.chapbook {
  width: 88.5%;
  box-shadow: 10px 10px 30px #c29da8;
  border-style: solid;
  border-width: 1px;
  border-color: #c29da8;
  margin: 20px;
  padding: 20px;
  float: left;
  overflow: scroll;
  height: 500px;
    background-color:  #ffffff;
}

.column.blog {
  width: 600px;
  box-shadow: 10px 10px 30px #c29da8;
  border-style: solid;
  border-width: 1px;
  border-color: #c29da8;
  margin: 30px;
  padding: 50px;
  float: left;
  overflow: scroll;
  height: 500px;
  background-color:  #ffffff;
}


@media screen and (max-width: 800px) {
  .column.side, .column.middle, .column.update, .column.poem, footer, .column.chapbook, .column, .comlumn.blog {
    width: 60%;
    float: left; 
  }
}
@media screen and (max-width: 800px) {
  .container2, .container {
    width: 80%;
    float: left;
  }
}
@media screen and (max-width: 800px) {
  .topnav {
    width: 65%;
    float: left;
  }
}
  @media screen and (max-width: 800px) {
body {
   background-size: 800px 1250px; 
     background-attachment: fixed;
  background-repeat: no-repeat;
  }
}

@media screen and (max-width: 500px) {
  .column.side, .column.middle, .column.update, .column.poem, footer, .column.chapbook, .column, .column.blog {
    width: 40%;
    float: inherit; 
  }
}
@media screen and (max-width: 500px) {
  .container2, .container {
    width: 69%;
    float: inherit;
  }
  }
@media screen and (max-width: 500px) {
  .topnav {
    width: 49%;
    float: inherit;
  }
}
    @media screen and (max-width: 500px) {
body {
    background-size: 800px 1250px; 
      background-attachment: fixed;
  background-repeat: no-repeat;
}
    @media screen and (max-width: 500px) {
img {
    width: 100%; 
}
}
}