body {
    background-color: #333333;
}
section#profession-presentation img {
    max-width: 100px;
    margin-bottom: 30px;
}
section#profession-presentation #headline {
    margin-top: 0;
    font-family: courier;
    color: #fff;
    font-weight: bold;
}
section#profession-presentation #description h2 {
    border-bottom: 1px solid #444;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
section#profession-presentation #description h2,
section#profession-presentation #description p{
    font-family: courier;
    color: #fff;
    font-size: 20px;
    font-weight: normal !important;
}
section#profession-presentation #description a.english-version-button {
    position: relative;
    border: 2px solid;
    display: inline-block;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 0.5rem;
    font-size: 1.25rem;
    font-family: monospace;
    margin-top: 1.25rem;
    text-indent: 2rem;
    text-decoration: none;
}
section#profession-presentation #description a.english-version-button img {
    width: 29px;
    left: 1.5rem;
    position: absolute;
}
section#profession-presentation #description a.english-version-button:hover {
    background-color: #fafafa;
    color: #333;
}