button{
    outline: none;
    cursor: pointer;
    display: block;
    position: relative;
    text-align: center;
    padding: 1.25em 2.25em;
    border: 1px dashed #4f918d;
    color: #358c87;
    background-color: transparent;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .25em;
    transition: all .4s ease;
}

button:hover,
button:focus{
    border-style: solid;
    box-shadow: 0 0 5px rgba(79, 145, 141, 0.7);
}