/* MISC */
body {
  background-color: #f5f4f9;
  color: #000000;
  font-family: times new roman;
  background-image: url("site_decor/dots.png");
  background-repeat: repeat;
      }

table {
  border: 0px;
  margin: auto;
  text-align: center;
  font-weight: bold;
     }

button {
  width: 175px;
  margin: auto;
  margin-right: 15px;
  padding: 10px;
  border-radius: 10px;
  background-color: #bebcd7;
  border: #050505 solid 2px;
      }

h1 {
  text-align: center;
      }

/* DIVS */

/*  4 MAIN PAGES  */
.gothiclace  {
  width: 983px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; 
  bottom: 0;
  margin: auto;
  overflow: auto;
  border: 14px solid;
  border-image: url(https://asingleredclover.neocities.org/site_decor/gothic_pagelace.png) 14 fill round;
  min-height: auto;
      }

.clover  {
  float: left;
  position: relative;
  text-align: center;
  align-items: center;
  width: 195px;
  height: 668px;
  overflow: visible;
  margin: auto;
  margin-left: 10px;
      }

.apple  {
  float: right;
  position: absolute;
  width: 734px;
  height: 668px;
  overflow: auto;
  margin: auto;
  margin-left: 230px;
      }

.appleslice  {
  margin: auto;
  margin-bottom: 15px;
  width: 650px;
  padding: 15px;
      }
.peanutbutter  {
  width: auto;
  padding: 1px;
      }

.cemetary  {
  width: 800px;
  height: auto;
  padding-left: 25px;
  padding-right: 25px;
  margin: auto;
      }
.gravestone {
  text-align: center;
  align-items: center;
  margin: 15px;
      }

/* SCROLL BAR */
::-webkit-scrollbar { 
  width: 10px;
  margin: 15px;
      }

/* Track */
::-webkit-scrollbar-track {
  background: #706b6840;
  border-radius: 10px;
      }

/*  scrollbar handle  */
::-webkit-scrollbar-thumb { 
  background: #706b68; 
  border-radius: 10px;
      }