#language-heading {
    color: rgb(69, 156, 206);
}

.language-paragraph {
    color: rgb(62, 191, 196);
    background-color: rgb(56, 79, 80);
    border-color: rgb(89, 159, 161);
}

.language-subheading {
    font-size: 40px;
    margin: 40px 50px;
    border-radius: 50px 10px;
    border-style: dotted groove ridge;
    background-color: rgb(21, 106, 109);
    color: rgb(29, 179, 216);
    border-color: rgb(53, 168, 170);
}

.language-link:hover {
    color: rgb(43, 107, 160);
}