#language-heading {
    color: rgb(64, 130, 216);
}

.language-paragraph {
    color: rgb(87, 192, 196);
    background-color: rgb(34, 60, 83);
    border-color: rgb(48, 113, 116);
}

.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(16, 55, 110);
    border-color: rgb(109, 149, 150);
}

.language-link:hover {
    color: rgb(48, 105, 152);
}