html {
    font-size: 24px;
}

h1,
h2,
h3,
h4 {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    margin: 7px;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.66rem;
}

h4 {
    font-size: 1rem;
}

p,
a {
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.no-margin {
    margin: 0px;
}

.centered {
    text-align: center;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: #ffffff;
}

a.original-link {
    text-decoration: underline;
}

a.original-link:link {
    color: #3867e9;
}

a.original-link:visited {
    color: #8b38e9;
}