
.btn-primary {
    background-color: #2DC2A4; /* Pantone 325 */
    border-color: #2DC2A4; /* Pantone 325 */
    color: #ffffff;
}

.header-banner {
    background-color: #003B5C; /* Pantone 315C */
    color: #ffffff;
    padding: 16px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 32px;
}

body {
    background-color: #ffffff;
    color: #ffffff;
}

h2.text-primary {
    color: #2DC2A4; /* Pantone 325 */
}
