body {
  background-color: #ffe8ed;
  font-size: 24px;
  color: #f9adba;
  font-family: 'coconut';
  text-align: center;
  justify-content: center;
}

#site {
  width: 38vw;
  margin: 4.2vh 31vw 0 31vw;
  border: 0 solid transparent;
  border-image: url('https://squeakcake.neocities.org/amenity/assets/doily.png') 30% round;
  border-image-width: 20px;
  border-image-outset: 20px;
}


#content {
  width: 100%;
  height: 75vh;
  background-color: white;
  overflow: auto;
}


.themore {
  display: none;
}

.readmore {
  font-size: 12px; 
  font-family: monospace;
  color: #c89578;
}



@font-face { 
  font-family: 'coconut';
  src: url('/amenity/Coconut-Regular.otf');
}

a:link, a:visited, a:active {
  color: #c89578;
  text-decoration: none;
  background-color: white;
}

a:hover {
  text-decoration: underline;
}


@media screen and (max-width: 860px) {

  #site {
    width: 85vw;
    margin: 3vh 0 0 5.5vw;
  }

  #guestbook {
    width: 84vw;
  }
}  
  
  