#language-heading {
    color: rgb(88, 126, 230);
}

.language-paragraph {
    color: rgb(19, 181, 187);
    background-color: rgb(33, 66, 95);
    border-color: rgb(69, 129, 133);
}

.language-subheading {
    font-size: 40px;
    margin: 40px 50px;
    border-radius: 50px 10px;
    border-style: dotted groove ridge;
    background-color: rgb(31, 124, 128);
    color: rgb(16, 55, 110);
    border-color: rgb(109, 149, 150);
}

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