
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    color: #2f4f2f;
    text-align: center;
    margin: 0;
    padding: 0;
}

.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}



header {
    margin: 50px 0;
}
header img {
    width: 150px;
}
h1 {
    font-size: 2.5em;
    color: #2f4f2f;
}
p {
    font-size: 1.2em;
    margin: 20px auto;
    color: #2f4f2f;
}
.cta-button {
    display: inline-block;
    padding: 15px 30px;
/*    margin: 20px;*/
    font-size: 1.2em;
    color: #fff;
    background-color: #2f4f2f;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    width: 20em;
}
.cta-button:hover {
    background-color: #006400;
}

footer {
    margin-top: 50px;
}
.cta-logo {
   margin: 10px auto;
}
.yt-bt-logo {
   width: 120px;
}

@media (max-width: 640px) {
    .cta-button {
        width: 15em;
    }
}
