body{
    background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
}

.btn {
    height: 100px;
    border-radius: 10px;
}

.btn > a {
    text-decoration: none;
    color: inherit;
}

.btn > a:hover {
    color: inherit;
}