/* Estils aplicats Pere CM */

body{text-align:center;}

.buto1 {
   text-decoration: none;
   padding: 15px 25px;
   font-size: 24px;
   cursor: pointer;
   text-align: center;
   text-decoration: none;
   outline: none;
   color: #fff;
   background-color: #FF0000;
   border: none;
   border-radius: 15px;
   box-shadow: 0 9px #cccccc;
}
.buto1:hover {background-color: #0000ff}
.buto1:active {
   background-color: #230545;
   box-shadow: 0 5px #cccccc;
   transform: translateY(4px);
}
