

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.boton-body{
    border: solid 1px rgb(244, 240, 240);
    border-radius: 5px;
    font-size: 13px;
    width: 98%;
    margin:10px  auto 0px;
    margin-bottom: 5px;
    box-shadow: 2px 2px 2px black;
}
.boton-header{

    width: 100%;
    display: flex;
    flex-direction: column;
}
.boton-header p{

    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 5px;
}
.boton-header a{

    background-color: whitesmoke;
    border-radius: 4px;

    color: black;
    text-decoration: none;
    width: 65%;
    margin: auto;
    padding: 3px;
    display: flex;
    justify-content: space-around;
    box-shadow: 2px 2px 2px black;
    transition: 500ms;
}
.boton-header a:hover{
    transform: scale(1.1);
}

.boton-header a img{

    width: 80%;
    max-width: 32px;
    min-width: 29px;
}
.boton-header a .texto-what{
    display: flex;
    align-items: center;
    
}