/* Colors:
yellow: rgb(243, 225, 135)
blue: rgb(60,81,87)
grey: rgb(40, 40, 40)
 */
.view, body, html {
    overflow-x: hidden;
    font-family: "panel-sans", sans-serif;
    background-color: rgb(60, 81, 87) !important;
    color: rgb(245, 245, 245);
    padding: 20px 30px;
}

h2 {
    font-size: 40px !important;
    line-height: 1.3 !important;
    background-color: rgb(243, 225, 135);
    color: rgb(60,81,87);
    display: inline-block;
    padding: 10px 20px !important;
}

p {
    line-height: 1.4;
    padding: 0 10px;
}

button {
    background-color: rgb(243, 225, 135);
    color: rgb(60,81,87);
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 0;
}

a {
    text-decoration: none;
    color: rgb(60,81,87);
}