
h1 {
margin: 0;
margin-bottom: 1rem;
}
    .shadowed-text {
      font-family: lovely;
        color: #333; /* Color of the main text */
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Horizontal offset, Vertical offset, Blur radius, Color with opacity */
}

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

#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://i.pinimg.com/1200x/2c/87/9b/2c879ba9ff1d670555b21cb6c32023d6.jpg');
  background-repeat: repeat;
  width: 1500px;
  position: relative;
  left: 1px;
  height: 170px;
  box-shadow: 0 0 6px 6px #F7B6D4;
  z-index: 5;
}
.main-container{
border-width: 7px;
border-style: solid;
border-image: url("https://i.imgur.com/ROjUrNz.gif") 7 fill round;    
  margin: auto;
  width: 1500px;
  height: 800px;
  position: relative;
  padding: 5px;
  z-index: 4;
}
#image1 {
  background-image: url('https://files.catbox.moe/pbrlyo.png');
  padding: 5px;
  box-shadow: 5px 5px blue, 10px 10px red, 15px 15px green;
  margin: 10px;
}

