.hero {
    background-color: #92af9f;
}
.copyright-ex-section {
    padding: 15px;
    margin-top: 15px;
    border-radius: 8px;
    text-align: center;
}
.copyright-section {
    background-color: #789987;
}
.copyright-section p::selection {
    background-color: #882f2f;
    color: #ffffff;
}
.contact {
    background-color: #769785;
}
.contact-section {
    background-color: #5f8872;
}
.contact-section a {
    color: inherit;
    border-bottom: 1px dashed #ffffff;
    transition: all .3s;
}
.contact-section a:hover {
    color: #ffffff;
    border-bottom: 1px dashed #000000;
    transition: all .3s;
}