body{
    
    background-color:#EFECEC;
}

h1{
    border-style:double;
    font-size: 30px; 
    color: white;
    background-color: #097BAC;
    text-align: center;
    border-radius:10px;
   border-color:white;
}
#la1{
    background-color: #EDE38F;
    border-radius: 5px;
    font-family:fantasy;
     font-size: 25px;
}
#la2{
    background-color: #519BD1;
    border-radius: 5px;
    font-family:fantasy;
     font-size: 25px;
  
}
#coment{
    background-color: #519BD1;
    border-radius: 10px;
    font-family:fantasy;
     font-size: 15px;
    font-style: italic;
    
}



button{
    font-size: 20px;
    color:black;
    background-color: darkgrey;
    border: 2px;
    border-radius: 20px;
    padding-bottom: 5px;
    margin: 10px;
}
