﻿body {
    padding-top: 0;
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.transparent-background {
    opacity: 1;
    background-color: #000000;
    background-color: rgba(0,0,0,0.55);
}

.information-panel {
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 15px;
    height: 125px;
}

.weather-panel {
    border-radius: 50%;
    width: 500px;
    height: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
    padding: 35px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    border: solid silver 2px
}

.temperature {
    margin-top: 50px;
    font-size: 230px;
}

.date {
    border-bottom: solid silver 2px;
}

.current-conditions {
    border-top: solid silver 2px;
    position: absolute;
    bottom: 0;
}
