body {
    background: linear-gradient(130deg, blue, purple);
    font-family: 'Times New Roman', cursive, sans-serif;
    padding: 10px;
    color: white;
}
    
    p {
      font-size: 50px;
    }
    
    h1 {
      font-size: 50px;
    }
    
    


img {
    width: 200px;    /* Set to desired width */
    height: auto;   /* Keeps aspect ratio */
  }
