/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
  <style>
   
   #musica{
  position: relative;
    left: 750px;
   }
   
img {
   width: 50px;
}

body {
  background-color:#FAEEDE;
  background-image:url(https://arrivixx.neocities.org/journal%20page.jpg);
  background-repeat: no-repeat;   /* Prevent tiling */
  background-size: 100% auto;
  color:#4F4B4B;
  font-family:Segoe Print;
  position: relative;
  left: 50px; /* Move text 70px to the right */
}


</style>