.wrapper{
    margin: auto;
    width: 60%;
    padding: 10px;
}

@media screen and (max-width: 500px) {
    .wrapper{
        margin: auto;
        width: 80%;
        padding: 0px;
    }
}

.singleContainer {
    box-shadow:0px 0px 70px #222;
    -moz-box-shadow:0px 0px 70px #222;
    -webkit-box-shadow:0px 0px 70px #222;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color:#ffffff9a;
    width: 250px;
    height: 300px;
    float:left;
    margin: 30px;
    margin-top: 50px;
}

.singleContainer small{
    font-size: 15px;
    margin-top: 15px;
    float: left;
    margin-left: 5px;
}

.singleContainer h1{
    text-align: center;
    margin-top: 10px;
}

.singleContainer h2{
    text-align: center;
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.singleContainer h2 sup{
    font-size: 25px;
}

.singleContainer p{
    text-align: center;
    float: bottom;
}

.last_data h1{
    font-size: 30px;
    text-align: center;
    margin: 40px;
}
.last_data h2{
    font-size: 25px;
    text-align: center;
    margin: 30px;
}
.highest{
    background-color: #B01C1C;
}

.lowest{
    background-color: #4E90E6;
}

/*.humidit{*/
/*    background-color: #F5E8FD;*/
/*}*/

/*.pressure{*/
/*    background-color: #F5E8FD;*/
/*}*/
.body{
    display: flex;
    background-color: #000000;
}

.roundContainer {
    box-shadow:0px 0px 70px #222;
    -moz-box-shadow:0px 0px 70px #222;
    -webkit-box-shadow:0px 0px 70px #222;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color:#ffffff9a;
    width: 250px;
    height: 300px;
    float:left;
    margin: 30px;
    margin-top: 50px;
}

.roundContainer h1 {
    font-size: 65px;
    text-align: center;
    margin: 30px;
}

.roundContainer h1 sup {
    font-size: 30px;
}

.max_temp div{
    width: 50%;
    float: left;
    text-align: center;
}

.max_temp div h2 sup {
    font-size: 15px;
}

.high_temp{
    height: 15px;
    width: 15px;
    background-color: rgb(212, 37, 37);
    border-radius: 50%;
    display: inline-block;
}

.low_temp{
    height: 15px;
    width: 15px;
    background-color: rgb(32, 110, 255);
    border-radius: 50%;
    display: inline-block;
}

.auxiliary_infos div{
    width: 50%;
    float: left;
    text-align: center;
}

.auxiliary_infos div h2 sup{
    font-size: 15px;
}

.arrow{
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-bottom: 3px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

.rising{
    transform: rotate(-45deg);
}

.falling{
    transform: rotate(135deg);
}

.steady{
    transform: rotate(45deg);
}

.td {
    vertical-align: middle;
}

.td h2{
    vertical-align: middle;
}