h2 {
    text-transform: uppercase;
    margin-bottom: 2em;
    font-weight: bold;
}

body {
    text-transform: none;
}

.activities a:hover {
    border-bottom: 1px dotted #ff7496;
}