/* 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." */

body {
  background-color: rebeccapurple
  background-image: url("BORDER.jpg");
  background-size: auto;
  color: lightsteelblue;
  font-family: 'Times New Roman', Times, serif;
body }
    <div style="text-align: center;">
      <br>
<div style="border:2px inset white" 
    <h1>Welcome to my Website!</h1>
    <p> My name is Victoria <3 </p>
    <p><strong>This is just to vibe</strong> and <em>create...</em></p>
    <p>ART</p>
    <img src="">
    <img sizes=""

    <p><strong>Things I Love:</strong></p> 
    
    <ul>  <div style="text-align: center;">
     <ul>I love Astrology!</ul>
     <ul>  I love Tarot</ul>
    <ul>--------------------</ul>
    </ul>
    <p>I'm still learning how to do this// hopefully this could be some kind of buisness/creative acc.</p>
    </div 
  </body>
}