﻿body {
    font-family: 'Lato', sans-serif;
    font-size:large;
}


/*#region World Clock*/
.timesrow {
    display: flex;
    flex-direction: row;
}

.clock {
    flex: 1 1 0px;
    border: 0 solid black;
    display: flex;
    justify-content: center;
}
/*#endregion*/

.frosty {
    background-color: rgba(28,154,176,0.1);
}


/*#region Weather*/

#lightning {
    /*width: 500px;*/
    margin: auto;
    padding: 10px;
    border: 0 solid blue;
}

#radar {
    /*width: 500px;*/
    margin: auto;
    padding: 10px;
    border: 0 solid blue;
}

.rotating-weather-img {
    display: none;
    /*position: absolute;*/
    top: 0;
    left: 0;
    border: 0 solid black;
    width: 267px;
    /* 800w x 600h */
}
/*#endregion*/

#CovidCharts {
    width: 600px;
    border: solid 1px gray;
    background-color: rgba(255,255,255,0.9);
}
canvas {
    background-color: rgba(255,255,255,0.9);
}

