/*
coolors.co/palette/8ecae6-219ebc-023047-ffb703-fb8500

--light-cornflower-blue: #8ecae6ff;
--blue-green: #219ebcff;
--prussian-blue: #023047ff;
--selective-yellow: #ffb703ff;
--tangerine: #fb8500ff;
*/

body {
    background: #023047;
}
h1 {
    margin: 0;
    color: #ffffff;
    font-family: Quicksand, Helvetica, Arial, sans-serif;
    font-size: 50px;
}
h1 span.dot {
    display: inline-block;
    position: relative;
    visibility: hidden;
    width: 0;
}
h1 span.dot:after {
    position: absolute;
    visibility: visible;
    top: 30pt;
    left: -9.5px;
    width: 0.2em;
    height: 0.2em;
    background: #ffb703;
    border-radius: 50%;
    border: 3px solid #fb8500;
    content: "";
}
h1 span.au {
    color: #ccc;
}
