html, body {
    background: none transparent;
}
body {
    color: #131313;
}
.btn.waves-effect {
    padding: 0 24px;
    box-shadow: 0 2px 15px 0 rgba(4, 143, 122, 0.52) !important;
    font-size: 16px;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    background-color: #048f7a;
    color: #fff;
    border: 0;
    border-radius: 8px;
}
.btn.waves-effect:hover {
    color: #fff;
    background-color: #048f7a !important;
}
