
@font-face {
  font-family: 'Tapestry';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://zeesplace.neocities.org/Tapestry-Regular.ttf);
}

@font-face {
  font-family: 'Chango';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://zeesplace.neocities.org/Chango-Regular.ttf);
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://zeesplace.neocities.org/Roboto-VariableFont_wdth,wght.ttf);
  
}
@font-face {
  font-family: 'Quantico';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://zeesplace.neocities.org/Quantico-Regular.ttf);
  
}


body {
background: #FBFBFF95;
letter-spacing:1px;
font-family:'Roboto', arial;
font-size:11px;
line-height:14px;
text-shadow:0px 0px 1px #bbb;
color:#091724;
letter-spacing:1px;
background-size: cover;   
}

strong, b {
  color: #502FA0; 
}
a {
    color: #594DBD;
    text-decoration: none;
}

a:hover {
    background: #CE2576;
    color: #FFFBFF;
}

body::-webkit-scrollbar {
    width: 6px;
}
body::-webkit-scrollbar-track {
    background: #f8f8f8;
}
body::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 3px;
}




/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #120F92;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fecde3;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FFA6F8;
}
.boxtitle {
text-transform:uppercase;
font-weight:bold;
border:1px solid #5E5E5C;
margin-bottom:4px;
padding-top:0px;
letter-spacing:3px;
font:10px 'Quantico', courier new, arial;
padding-left:5px;
color: #dbfeff;
background: #DB68C7;}

.box {
background:#FBFBFF95;
padding: 2px;
border:1px solid #5E5E5C;
margin-bottom:14px;
margin-top: 2px;
margin-left:5px;
margin-right: 5px;
}

.scrollbox {
height:100px;
overflow:auto;
overflow-x:hidden;
background:#FBFBFF95;
padding: 4px;
border:1px solid #5E5E5C;
margin-bottom:14px;
margin-top: 10px;
margin-left:5px;
margin-right: 5px;

}

