body{
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: antiquewhite;
    }

    .delius-regular {
  font-family: "Delius", cursive;
  font-weight: 400;
  font-style: normal;
}

h1{
    text-align: center;
    
    background-color: rgb(243, 212, 170);
    text-transform: uppercase;
    color: white;
    font-family: "Delius", cursive;
   font-weight: 5
   00;
   font-style: normal;

    }
h2{
   background-color: rgb(243, 212, 170);
    }    
       
#lista{
    list-style: circle;
}  

.listas{
     width="500"
}