@font-face  {
  font-family: Bluetea; /*Internal name of the font you'll use for this stylesheet.*/
  src: url("/fonts/Bluetea.ttf"); /*Put the url of the font on your site here. DO NOT HOTLINK.*/
}

@font-face {
  font-family: Cheesy; /*Internal name of the font you'll use for this stylesheet.*/
  src: url("/fonts/Cheese Milky.otf"); /*Put the url of the font on your site here. DO NOT HOTLINK.*/
}

@font-face  {
  font-family: Sweetie;
  src: url("/fonts/Sweet Cucumber Mocktail.ttf");
}

body{
background-color: #fcefe3;
color: #363538;
cursor: url("/img/Fish-Blue.png"), default;
}

#all{
background-color: #ccc;
width: 615px;
margin: 0 auto;
}

.divider{
border-top: 1px dotted #7A787D;
}

#main{
background-color: #fff;
float: right;
width: 450px;
margin-right:425px;
}

.subheaders{
margin: 0px;
font-weight: normal;
letter-spacing: 2px;
font-size: 20px;
line-height: 13px;
color: #fff;
background-color: #8eb9fa;
}

.maincontent{
padding: 0px 15px 15px 15px;
text-align: left;
font-size: 20px;
}
a{
text-decoration: none;
color: #BA7F61;
}

a:visited{
color: #BA7F61;
}

a:hover{
font-style: italic;
cursor: url("/img/Fish-Blue.png"), pointer;
  text-decoration: underline dotted purple;
}

a, button, clickable {
  cursor: url("/img/Fish-blue.png"), pointer;
}

a:active{
font-weight: bold;
}

::-webkit-scrollbar{
width: 8px; 
}
    
::-webkit-scrollbar-track{
background-color: transparent;
}

::-webkit-scrollbar-thumb{
background-color: #7A787D;
}