

h5 {color: #bbb;font-size: 1rem;font-weight: 600;font-family: Karla,Helvetica,sans-serif;}
body {
    max-width: 700px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Karla,Helvetica,sans-serif;
}
html .btn-primary.focus, html .btn-primary:focus {
    box-shadow: none;
}
html .btn-primary:not(:disabled):not(.disabled).active, html .btn-primary:not(:disabled):not(.disabled):active, html .show>.btn-primary.dropdown-toggle {
    color: #39e09b;
    background-color: #fff;
    border-color: #39e09b;
}
button,
textarea,
input,
select,
a{
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 -webkit-tap-highlight-color: transparent;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
  user-select: none;
}
.navbar-brand img {
    border-radius: 100%;
    max-width: 95px;
    margin-top: 20px;
}
a.navbar-brand.text-center {
    margin-right: 0;
}
footer img {
    max-width: 95px;
}
.navbar {
    justify-content: center;
    background: #fff !important;
}

.btn-block {
    color: #fff;
    border: 2px solid #39e09b;
    background-color: #39e09b;
    text-align: center;
    position: relative;
    -webkit-transition: all .25s cubic-bezier(.08,.59,.29,.99);
    transition: all .25s cubic-bezier(.08,.59,.29,.99);
    z-index: 2;
    display: block;
    margin-bottom: 16px;
    padding: 15px 20px;
}
.btn-block:hover a {
    color: #39e09b;
    background-color: transparent;
    border-color: #39e09b;
    text-decoration: none;
}
.btn-block a {
    color: #fff;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    display: block;
}
.btn-block:hover {
    background: #fff;
    border: 2px solid #39e09b;
}