h1 {
text-align: auto;
margin: 0;
margin-bottom: 1rem;

}

p {
margin: 0;
margin-bottom: 1rem;
}

body {
background-image: url('https://i.pinimg.com/736x/f9/d4/55/f9d45523f5bf2fef2149601bbc84c2ca.jpg');
background-attachment: fixed;
background-repeat: repeat;
overflow: hidden;
}
 

#name{
font-family: kawaii stitch;
  font-size: 3em;
  -webkit-text-stroke: 1px #f5d0e9;
  color: black;
  margin-top: 60px;
  margin-left: 10px;
  }
#hov a {
background-color: #fae1f2;
border-top: 1px solid #000 ;
border-left: 1px solid #000 ;
border-right: 1px solid #000 ;
border-bottom-style: hidden;
border-radius: 5px 5px 0px 0px;
padding: 1px 10px;
color: #000;
font-family: lovely;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 15px;
margin: 2px 2px;
}
.banner{
border-width: 1px;
  border-style: solid;
  border-color: white;
  background-image: url('https://files.catbox.moe/6secid.jpeg');
  background-repeat: repeat;
  width: 1005px;
  position: relative;
  float: center;
  left: 1px;
  height: 170px;
  box-shadow: 0 0 6px 6px #F7B6D4;
  z-index: 5;
}
.container-1{
border-width: 7px;
border-style: solid;
border-image: url("https://i.imgur.com/ROjUrNz.gif") 7 fill round;    
  margin: auto;
  width: 1000px;
  height: 170px;
  float: auto;
  position: relative;
  padding: 1px;
  z-index: 25;
}
.info-container{
  border-width: 7px;
border-style: solid;
border-image: url("https://i.imgur.com/ROjUrNz.gif") 7 fill round;    
margin-top: 70px;
margin-bottom: 40px;
  width: 1001px;
  height: 500px;
 position: relative;
  padding: 1px;
  z-index: 10;
  float: center;
}
  .footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   height:9%;
   background-color: #fac8e8;
   color: black;
   text-align: center;
}
ul {
  white-space: nowrap;
}

ul, li {
  list-style: none;
  display: inline;
}