/* Pool styles */
body {
    background-color: white;
    font-family: 'Amazon Ember', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
svg {
    width: 25%;
}
h1 {
    color: rgba( 23, 58,108, 1);
    margin: auto;
}
a:link, a:visited {
    text-decoration-line: none;
}
#footer a:link, #footer a:visited {
    color: grey;
    text-decoration-line: none;
}
span.temperature {
    color: rgb(0, 0, 0);
}