button{
    outline: none;
    cursor: pointer;
    display: block;
    text-align: center;
    border: none;
    border-radius: 10px;
    background-color: transparent;;
    color: #FFF;
    padding: 3px 0 0;
    font-family: sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: .6;
    text-transform: uppercase;
    letter-spacing: -.05em;
    transition: all .2s ease;
    overflow: hidden;
}

button:focus,
button:hover{
    padding: 13px 10px 10px;
    color: #2c2c27;
    background-color: #FFF;
}