
body {
  background-image: url('bgsparkle.gif');
  background-size: 360px 360px;
  font-family: "Vertiky";
}

@font-face {
   font-family: "Vertiky";
   src: url('https://allspliceart.neocities.org/Vertiky.ttf');
}

.main {
    background-image: url('\layout1M.png');
    width: 1500px;
    height: 844px;
    border: 0px;
    text-align: center;
    padding: 0%;
    position: relative;
    left: 200px;
    top: 20px;
        }

.content {
    color:rgb(212, 162, 189);
    position: absolute;
    overflow: auto;
    text-align: justify;
    font-family: "Vertiky";
    font-size: 1.175em;
    padding: 10px;
    width: 400px;
    height: 440px;
    top: 180px;
    left: 440px;
}

.menu {
    position: absolute;
    width: 218px;
    height: 281px;
    top: 270px;
    left: 865px;
}

.guestbook {
    position: absolute;
    top: 700px;
    left: 460px;
}

.kiwi {
    position: absolute;
    top: 220px;
    left: 885px;
}


.kittyhearts {
    position: absolute;
    top: 440px;
    left: 380px;

}

.smallp {
     color: rgb(150, 120, 137);
     font-size: 0.75em;
     font-style: italic;
}

#audio {
  position: relative;
  top: 8px;
  left: auto;
  opacity: 0.5;
}

/* LINK COLORS */
/* unvisited link */
a:link {
  color: #66ffd9;
}

/* visited link */
a:visited {
  color: #9999ff;
}

/* mouse over link */
a:hover {
  color: #ffff99;
}

/* selected link */
a:active {
  color: #66ffd9;
}


/* width */
::-webkit-scrollbar {
width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
background: #1d1d1d; 
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #bdbc8c; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #289652; 
}