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

#site {
  width: 38vw;
  margin: 4.2vh 31vw 0 31vw;
  border: 0px 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;
}

#galleryimg {
  width: 84%;
  border: 1px solid #c89578;
}

#ocimg {
  width: 80%;
  margin-top: 1%;
  border: 1px solid #c89578;
}

#gallery {
  color: #c89578;
  font-size: 22px;
  text-align: center;
  margin: 3% 0 1% 0;
}

.ocs {
  color: #c89578;
  font-size: 18px;
  letter-spacing: .8px;
  padding-top: 2%;
  width: 50%;
  text-align: center;
}



::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #ffe8ed;
  border: 1px solid #ffe8ed;
}
 
::-webkit-scrollbar-thumb {
  background: #ffffff;
  border: 1px solid #ffe8ed;
}

::-webkit-scrollbar-button {
  background: #ffffff;
  border: 1px solid #ffe8ed;
}



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

a:hover {
  text-decoration: underline;
}

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


@media screen and (max-width: 860px) {
  
  #site {
    width: 95vw;
    margin: 3vh 0 0 2.5vw;
  }
  
  .maids {
    display: none;
  }
    
  #content {
    height: 60vh;
  }
  
  .ocs {
  font-size: 14px;
  display: flex;
  width: 94%;
  float: none;
  }
}
  