.right-column {
    background: red;
    padding: 50px;
    color: white;
}
.left-column {
    padding: 50px;
}
header {

    display: table-cell;
    padding: 50px;
    width: 100%;
    background: #202326;
    
}

h1 {
        text-align: center;
        width: 100%;
        font-size: 82px;
        font-weight: bold;
        color: white;
    }
    
    h2, .h2 {
        padding-bottom: 30px;
        font-size: 42px;
    }
    
    .temperature{
        font-size: 8em;
        font-weight: bold;
        width: 100%;
        text-align: center;

    }

    .temperature_pool{
        font-size: 6em;
        font-weight: bold;
        width: 100%;
        text-align: center;

    }
   
    .current_temp {
        position: absolute;
        color: red;
        top: -10px;
        width: 100%;
        text-align: center;
    }
    
    .bg_red {
        background: red;
        color: white;
    }

.showEdit {
    display: none;
    
}

a {
    color: white;
    text-decoration: underline;
}
a:hover {
    color: yellow;
    text-decoration: underline;
}