#language-heading {
    color: rgb(170, 57, 170);
}

.language-paragraph {
    color: rgb(194, 35, 194);
    background-color: rgb(75, 22, 75);
    border-color: rgb(34, 20, 44);
}

.language-subheading {
    font-size: 40px;
    margin: 40px 50px;
    border-radius: 50px 10px;
    border-style: dotted groove ridge;
    background-color: rgba(109, 21, 90, 0.692);
    color: rgb(227, 33, 245);
    border-color: rgb(114, 53, 170);
}

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