/* ive got no problem with people looking at my code, just a heads up: it might be inefficient or sloppy because im basically self-taught, so i dont think im the best role model haha */

@font-face {
  font-family: "general";
  src: url(https://that0nebritishrat.neocities.org/fonts/PixelOperator.woff);
}

@font-face {
  font-family: "title";
  src: url(https://that0nebritishrat.neocities.org/fonts/capitolcity.woff2);
  
}
html {
  overflow:scroll;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: transparent;
}

body {
      align-content: center;
	    background-color: black;
	    color: white;
	    text-align: center;
	    font-family: "general";
	    cursor: url("images/cursorr.png") 10 0, auto;
}

.maincontainer {
  border-width: 3px; 
  border-style: solid;
  border-color: #4ECEC6;
  margin: 40px auto;
  width: 1000px;
  height: 3055px;
  position: relative;
  padding: 10px;
  z-index: 1;
}

a {
  color:#3e7cb1;
  text-decoration: none;
}

a:hover {
  color: white;
}

.heading {
  background-color: black;
  border-width: 2px; 
  border-style: solid;
  border-color: #4ECEC6;
  margin:0;
  width: auto;
  height: auto;
  position: absolute;
  top:-30px;
  left:-120px;
  padding: 30px;
  z-index: 2;
  border-radius: 5px;
}

.profile {
  background-color: black;
  border-width: 2px; 
  border-style: solid;
  border-color: #4ECEC6;
  margin:0;
  width: 320px;
  height: 660.47px;
  position: absolute;
  top: 30px;
  right:-80px;
  padding: 0 30px;
  z-index: 2;
  border-radius: 5px;
}

.panel {
  background-color: black;
  border-width: 2px; 
  border-style: solid;
  border-color: #4ECEC6;
  margin:0;
  width: auto;
  height: auto;
  position: absolute;
  top:710px;
  right: -80px;
  padding: 10px;
  z-index: 2;
  text-align: right;
  border-radius: 5px;
}

.textbox {
  position: absolute;
  z-index: 1;
  /*border: 1px white solid;*/
  text-align: left;
}
.textbox p {
  font-size: 1.3em;
  color: #c4c4c4;
}
li {
  padding: 0.5em;
  list-style: none;
  font-size: 1.3em;
  color:#c4c4c4;
}

li:hover {
  color: #4ECEC6;
}

.photo {
  border-width: 4px; 
  border-style: solid;
  border-color: #4ECEC6;
  position: absolute;
  margin:0;
  padding:0;
}

.datafile {
  background-color: black;
  border-width: 2px; 
  border-style: solid;
  border-color: #4ECEC6;
  margin:0;
  width: 475px;
  height: 330px;
  position: absolute;
  top:2700px;
  right: 23px;
  padding: 10px;
  z-index: 2;
  border-radius: 5px;
}

.characterlist {
  text-align: center;
}

h1 {
  font-family: "title";
}