body {
    font-size: 16px;
}
.download-btn {
    display: flex;
    width: 100%;
    justify-content: center;
}
.download-btn button,
.download-btn .button {
    width: 250px;
    height: 50px;
    line-height: 48px;
    border: 2px solid #3b3be8;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0 !important;
    text-align: center;
    background: #fff;
    color: #3b3be8;
    margin-bottom: 24px;
}
.download-btn .button:hover {
    color: #000;
}

.bg-yellow {
    background: #ffd700;
}
.lead {
    color: #292929
}
a p {
    color: #292929;
}
span.orange {
  color: #FFA500;
}
span.green {
  color: #00A36C;
}
.keyboard {
    border-radius: 15px 15px 0 0;
    margin-bottom: -1px;
}
.tile-right .description, .tile-left .description {
    padding: 30px;
}
/****** PLACE YOUR CUSTOM STYLES HERE ******/
