#language-heading {
    color: rgb(143, 78, 139);
}

.language-paragraph {
    color: rgb(125, 64, 150);
    background-color: rgb(40, 29, 49);
    border-color: rgb(100, 57, 110);
    border-width: 5px;
}

.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);
}