
 .botonper{
  
    padding: 5px;
    font-size: 20px;
    color: #ffffff;
    background-color: green;
    border-radius: 8px;
    
  }
  
  .botonper:hover{
    color: #1883ba;
    background-color: #ffffff;
  }