 
body {
  background-image: url("bloodbornebg.png");
  background-color: #000;
  overflow: hidden;
  font-family:"bellefair", serif;
}

 
.fondamento-regular {
  font-family: "Fondamento", cursive;
  font-weight: 400;
  font-style: normal;
}

.fondamento-regular-italic {
  font-family: "Fondamento", cursive;
  font-weight: 400;
  font-style: italic;
}

.bellefair-regular {
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-style: normal;
}

#main{
position: absolute;
right: 250px;
top: 275px;
width: 450px;
height: 325px;
border-radius:10px;
}

#waking{
position: absolute;
right:20px;
bottom: 20px;
color:#20D0C6;
font-size:24px;
font-weight:bold;
font-family: "fondamento", serif;
  text-shadow:1px 1px 8px #07929B;
}
 
 
 #header{
position: absolute;
top:210px;
right: 220px;
color:#20D0C6;
font-size:60px;
font-weight:bold;
font-family: "fondamento", serif;
  text-shadow:1px 1px 10px #fff;
}
 
  #header a{
color:#20D0C6;
font-size:60px;
font-weight:bold;
font-family: "fondamento", serif;
  text-shadow:1px 1px 10px #fff;
}
 
  #nav{
position: absolute;
bottom:25px;
right: 913px;
color:#20D0C6;
font-size:36px;
font-weight:bold;
font-family: "fondamento", serif;
  text-shadow:1px 1px 10px #fff;
  text-align:right;
}
 
   #nav a{
font-size:36px;
font-weight:bold;
font-family: "fondamento", serif;
  text-shadow:1px 1px 10px #fff;
  text-align:right;
   }
   
#box{
  width: 450px;
height: 325px;
background-color: rgba(255, 255, 255, 0.5);
padding: 20px;
overflow: scroll;
overflow-x: hidden;
font-weight: normal;
font-size: 18px;
font-family: "Bellefair", serif;
line-height: 20px;
border-radius:10px;

}
 
#main p{
margin-top: 10px;
font-size: 16px;
}


a{
text-decoration: none;
color: #36D4CE;
 font-family: "Fondamento", serif;
font-size: 11pt;
}

b{
color: #5D5449;
font-weight: bold;
 font-family: "fondamento", serif;

}
 
::-webkit-scrollbar{
width: 6px; 
}
 
::-webkit-scrollbar-track{
background-color: transparent;
}
 
::-webkit-scrollbar-thumb{
background-color: #39414C;
}

h1{
margin: 0px;
color: #0060F0;
font-size: 50px;
text-transform: lowercase;
text-align:right;
font-family: "Story Script", sans-serif;
}

#doll{
position: absolute;
right: 655px;
bottom: -40px;
}

