:root {
    --accent-color: #ff33bb;
}

#rates{
    h2 {
        color: var(--accent-color)
    }

    table {
        th {
            border-bottom: solid 2px var(--accent-color);
            width: fit-content;
        }
}

}