img {
    width: 500px;
   
    
}
 
body{ 
    background:rgb(230, 219, 219);
    text-align: center;
    
    
}

#titolo{
    color:rgb(0, 0, 0);
    font-family: impact;
    text-align: center;
    letter-spacing: 2px;

}

#prima {
    color:rgb(78, 80, 90);
    text-align: left;
    font-family: sans-serif;
}

#seconda{
    color:rgb(78,80, 90);
    text-align: left;
    font-family: sans-serif;
}

#aggiungi {
    background-color: rgb(248, 129, 129);
    width: 100;
    height: 100;
    border: 0px;
    border-radius: 15px;
    cursor: pointer;
    
}


#togli {
    background-color: rgb(129, 181, 248);
    width: 100;
    height: 100;
    border: 0px;
    border-radius: 15px;
    cursor: pointer;
    
}
span {
  font-size: 3rem;
  padding: 2px 12px;
  margin-left: 16px;
  margin-right: 16px;
  color: (0,0, 0);
}



