body {
    font: 1.2rem "Fira Sans", comic;;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-image: url("https://textures.neocities.org/thumbnails/fractals/thumb_qch50029.jpg");
    margin: 0;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

tree {
    top: 0;
    cursor: pointer;
    height: 250px;
}
.table1 {
  border: 2px ridge white;
  font-family: comic;
  font-size: 1.8rem;
  letter-spacing: 1px;
  background-image: url("images/background/stars.gif");
  color: white;
  width: 1500px;
  text-align: center;
}
.clover{
    padding: 2px;
    border: 5px ridge white;
    background:linear-gradient(white,black);
    position: fixed;
    bottom: 0;
    right: 0;
}
.title{
    color: white;
    font-size: 25px;
}
section{
    align-self: flex-start; /* Aligns this element to the left */
    margin-left: 20px; /* Optional: Adds spacing from the left edge */
    color: white;
}
ul {
    list-style-image: url(https://pixelsea.neocities.org/icons/mona-camera.gif);
}
