@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');

@font-face {
  font-family: 'Spirit';
  src:  url('https://file.garden/ZkotT9fNUzpwCeuq/Spirit.ttf');
}

@font-face {
  font-family: 'LewisCarroll';
  src:  url('https://file.garden/ZkotT9fNUzpwCeuq/LewisCarroll.ttf');
}



body {
background-color:#36251B;
background-repeat:repeat;
}

.header {
background-image:url('https://necrodancing.neocities.org/images/header4site.jpg');
background-size:550px 250px;
height:250px;
width:550px;
border: 2px #E8D1A7 solid;
margin-left:450px;
}

.title{
font-family:'Spirit';
color: #E8D1A7;
translate: 0px -30px;
font-size:30px;
}


.info {
background-color:#E8D1A7;
height: 300px;
width: 270px;
position:absolute;
margin-left:450px;
margin-top:2px;
font-family: "DotGothic16", sans-serif;
padding-left:4px;
color:#36251B;
overflow:auto;
}

.warnings {
background-color:#E8D1A7;
height: 300px;
width: 270px;
position:absolute;
margin-left:733px;
margin-top:2px;
padding-left:4px;
font-family: "DotGothic16", sans-serif;
color:#36251B;
overflow:auto;
}

.enter {
background-color:#E8D1A7;
height:100px;
width:250px;
font-family: "DotGothic16", sans-serif;
color:#36251B;
margin-left:600px;
margin-top:320px;
position:absolute;

}

hr {
color:#36251B;
border: dashed 1px #E8D1A7;
width:500px;
height: 0px;

}

.avatar {
 /* make image file 1000x386. image goes here */
background-size: 232px 600px;
height: 600px;
width: 232px;
position:absolute;
translate: 200px -250px;
}


a:link {
  color: #36251B;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: #36251B;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #36251B;
  background-color: transparent;
  text-decoration: underline;
font-style:italic;
}

a:active {
  color: #E8D1A7;
  background-color: transparent;
  text-decoration: underline;
}

.time {
 position:absolute;
 margin-top:300px;
  
}