body {
    font-family: 'Oswald', sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    color: #007A77;
    font-weight: 600;
}

.text-turqouise {
    color: #007A77;
}

section,
.card-header {
    background: #007A77;
}

@media (min-width: 1200px) {
    body {
        font-size: 18px;
    }
}