#language-heading {
    color: rgb(201, 4, 4);
}

.language-paragraph {
    color: rgb(206, 28, 28);
    background-color: rgb(53, 19, 18);
    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(6, 24, 49);
    border-color: rgb(109, 149, 150);
}

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