/* styles.css */
body {
    background-color: #000636;
    background-image: url("images/Ansothera-logo5.png");
    background-size: cover; /* Resize the background image to cover the entire container */
    font-style: normal;
    font-size: 14px;
    font-family: Arial;
   color: #FFFFFF;
   }
   h1 {
    color: #000636;
    font: italic 60px fantasy;
    font-weight: normal;
   }
   h2 {
    color: #ffffff;
    font-family: Arial;
    font-size: 18px;
    margin-top: -40px;
    font-weight: normal;
   }
      p {
    background-color: #FFFF33;
    color: #333300;
    text-align: right;
    border: 3px groove #FFFF33;
   }