body {

}

a {
  color: #707030;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  color: black;
}

h1 {
  display: inline-block;
  font-family: monospace;
  background-color: #d4d0b2;
  border: 1px solid #707030;
  color: #707030;
  font-weight: normal;
  padding: 10px;
  border-radius: 10px 10px 10px 0px;
  font-size: 15px;
  text-transform: lowercase;
  width: calc(100% - 14px);
  background-image: url(https://fairygarden.neocities.org/pixels/tumblr_inline_nl88ibvX741qe50ig.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
}

#container {
  width: 620px;
  left: calc(50% - 310px);
  position: fixed;
  padding-right: 10px;
  padding-left: 10px;
  height: calc(100% + 5px);
  top: -5px;
  background-image: url(https://fairygarden.neocities.org/backgrounds/pattern%20358.jpg);
  border-left: 25px solid #d4d0b2;
  border-right: 25px solid #d4d0b2;
}

#header {
  width: 590px;
  margin: 5px;
  margin-top: 30px;
}

#headerlinks {
  margin: 5px;
  width: 590px;
  padding-bottom: 5px;
  text-align: center;
}

#headerlinks a {
  color: black;
  text-decoration: none;
  padding: 10px;
  margin-left: 5px;
  border-radius: 10px;
  display: inline-block;
  border: 1px solid #707030;
  transition: 0.5s;
}

#headerlinks a:hover {
  background: #d4d0b2;
  border-radius: 10px 10px 10px 0px;
  color: #707030;
}

#iframe {
  margin: 5px;
  width: 610px;
  height: calc(100% - 270px);
  position: absolute;
  border: 0px;
  overflow: auto;
}

#footer {
  background-image: url(https://fairygarden.neocities.org/pixels/1fca7008_original.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  height: calc(100% - 212px);
  position: relative;
  z-index: -1;
}

.reply1 {
  background-color: #d4d0b2;
  border: 1px solid #707030;
  color: #000;
  border-radius: 30px 30px 0px 30px;
  position: relative;
  display: inline-block;
  padding: 20px;
  margin: 10px 40px 20px 0px;
}
  
.reply1img { 
  position:absolute; bottom:-10px; right:-30px;
  width: 20px;
  height: 20px;
  background-image: url(https://fairygarden.neocities.org/characters/backgrounds/497.gif);
  background-repeat: no-repeat;
}

.reply2 {
  background-color: #fcfcf7;
  border: 1px solid #d4d0b2;
  border-radius: 30px 30px 30px 0px;
  position: relative;
  display: inline-block;
  padding: 20px;
  margin: 10px 0px 20px 40px;
}

.reply2img { 
  position:absolute; bottom:-10px; left:-30px;
  width: 20px;
  height: 20px;
  background-image: url(https://fairygarden.neocities.org/characters/backgrounds/1064.gif);
  background-repeat: no-repeat;
}

.blurb {
  font-family: monospace;
  padding: 20px;
  padding-bottom: 40px;
  border-radius: 20px;
  position: relative;
  margin-left: calc(15% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
  width: 70%;
  background-color: #d4d0b2;
  border: 1px solid #707030;
  color: #707030;
  font-size: 15px;
  background-image: url(https://fairygarden.neocities.org/pixels/tumblr_inline_nl88ibvX741qe50ig.png);
  background-repeat: no-repeat;
  background-position: center bottom 10px;
}

@media screen and (max-width: 700px) {
  #container {
    width: 500px;
  }
}