@font-face {
  font-family: wyh;
  src: url('../fonts/Wash Your Hand.ttf')
}

@font-face {
  font-family:Proggy;
  src: url('../fonts/ProggyTiny.ttf')
}

body {
  background-color: #4AADFF;
opacity: 1;
background-image:  repeating-linear-gradient(45deg, #C3EBFF 25%, transparent 25%, transparent 75%, #C3EBFF 75%, #C3EBFF), repeating-linear-gradient(45deg, #C3EBFF 25%, #4AADFF 25%, #4AADFF 75%, #C3EBFF 75%, #C3EBFF);
background-position: 0 0, 40px 40px;
background-size: 80px 80px;
  font-family: Proggy;
  font-size:25px;
  color:#1D4980;
}

.header {
  font-family: wyh;
  font-size: 70px;
  color:#FBF6D7;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #1D4980;
}

.hessocute {
  background: #FBF6D7;
  border: dotted 3px #1D4980;
  max-width:700px;
  padding:5px;
  -webkit-box-shadow: 8px 8px 0px 0px #1D4980; 
box-shadow: 8px 8px 0px 0px #1D4980;
}

.bio {
  text-align: left;
  font-size: 20px;
  width:400px;
}

.bio .t1{
  display:block;
  background-color: #4AADFF;
  padding:3px;
}

.bio .t2{
  display:block;
  background-color: #C3EBFF;
  padding:3px;
}

.randy {
  font-family: wyh;
  font-size:60px;
}

.jade {
  font-family: wyh;
  font-size:40px;
}

a {
  color: #4AADFF;
  text-decoration: none;
}
a:visited {
  color: #4AADFF;
  text-decoration: none;
}

a:hover {
  color: #4AADFF;
  text-decoration:none;
}

::-webkit-scrollbar-corner {
  background: rgba(0,0,0,0);
}

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

::-webkit-scrollbar-track {
  background: rgba(0,0,0,0);
}

::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0);
}

.scroll {
  overflow: scroll;
}