 </body>
</html>
<style>
  body {
    background-image: url('Felicie.gif'); /* Use your image file name */
    background-size: cover; /* Covers the whole screen */
    background-repeat: no-repeat; /* Prevents tiling */
    background-position: center; /* Centers the image */
    background-attachment: fixed; /* Keeps image fixed while scrolling */
  }
.main-content {
    width: 100%; /* Or whatever width your main container needs */
    padding: 20px;
}


body { /* Or another full-height container */
    display: flex;
    justify-content: center; /* Centers horizontally */
    top: 350%; 
    min-height: 50vh;       /* Takes full viewport height */
    margin: 0;               /* Removes default body margin */
}

.center-box {
    width: 550px; /* Your desired box width */
    height: 800px;
    padding: 20px;
    background-color: #000000; /* Light blue */
    
;
    border: 1px solid #FF0080;
}
h {
  color: #FF0080;
}
music{
  position: relative;
  top: 20%;
  left: 50%;
}

 


}

