body {
  background-image: url("https://i.postimg.cc/ydKSghxq/0f324f1803187ce9fd31144de460a298.jpg");
}
h1,h5,h3 {
  color: purple;
  
}
.biotext{
  width:700px;
  height:100px;
  overflow:scroll;
  background-color: hotpink;
  border-radius: 20px;
  text-align: center;
  position: absolute;
  top:107px;
  left:0;
  z-index: 4;
}
p{
  color: hotpink;
  width:400px;
  height:100px;
}
.animegirl{
  position: absolute;
  right: 100px;
  top:10px;
  z-index: 2;
}
.links{
  height:133px;
  width:300px;
  overflow: scroll;
  background-color: lightsteelblue;
  position: absolute;
  top:0;
  right:110px;
  border-radius: 20px;
  z-index: 1;
}
a:link {
  color: violet; /* Unvisited link color */
  background-color: transparent;
  text-decoration: none; /* Removes the default underline */
}

a:visited {
  color: hotpink; /* Visited link color */
  background-color: transparent;
  text-decoration: none
}

a:hover {
  color: violet; /* Link color on mouse over */
  background-color: transparent;
  text-decoration: underline; /* Adds underline on hover */
}

a:active {
  color: hotpink; /* Link color at the moment of click */
  background-color: transparent
  text-decoration: underline;
}
li {
  list-style-type: none; /* Removes numbers/bullets from all ordered lists */
}
.bio{
  background-color:  hotpink;
  border-radius: 20px;
  width:60px;
  height:40px;
  position: absolute;
  top:70px;
  left:0;
  z-index: 3;
}