html {
	overflow: visible; 
}

body {
    font-family: Verdana, Geneva, sans-serif;
}
b {
    color:#2f79a7;
    font-weight:normal;
}

a {
    text-decoration: none;
    font-size: large;
    margin: 1px;
    color: #2f79a7;
}

a:hover {
    text-decoration: none;
    color: #EA851F;
}

#wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #2365FF;
    font-family: Verdana, Geneva, sans-serif;
}

#block {
    border: solid;
    margin: 1px;
    border-radius: 3px;
    border-color: #FFFFFF;
    color: #EA851F;
}

.navi {
    text-align: center;
    background-color: white;
    float: none;
}
.form {
    border: 0;
    border-radius:5px;
    background: LightCyan;
}
.balance {
    text-align: center;
    background-color: #E8E8E8;
    float: none;
    position: absolute; 
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.logo {
    width: 230px;
    height: 65px;
}
.temp {
    text-align: right;
    width: 450px;
    height: 65px;
    float: right;
}
.sms {
    position: absolute;
    top: 0;
    left: 0;

    background-color: white;
    width:57%;
    min-height: 800px;
}
.graphs {
    text-align: center;
    background-color: white;
    max-width: 43%;
    float: right;
    min-height: 800px;
}
.main {
    background-color: white;
}*

.content {
	background-color: white;
	overflow: auto;
	min-height: 800px;
	position: relative;
}

.temperature{
    width:100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    font-size: 300px;
    color:#fdfdfd;
    font-weight: 700;
    font-family: Verdana, Geneva, sans-serif;
    overflow-x: hidden; /* отключает горизонтальный скролл */
 }

 .humidity{
    width:70%;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    font-size: 40px;
    color:#fdfdfd;
    /* font-weight: 700; */
    /* border:1px solid white; */
 }

 .wind{ 
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    font-size: 50px;
    color:#fdfdfd;
    /* border:1px solid white; */
 }

 .datablock{
    width:100%;
    min-height: 100px;
    /* border:1px solid white; */
 }

.header{
    width:100%;
    text-align: center;
    overflow: auto;
    font-size: 40px;
    color:#fdfdfd;
 }

 .footer{
    width:100%;
    text-align: right;
    overflow: auto;
    font-size: 40px;
    color:#fdfdfd;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    /* border:1px solid white; */
 }

.wrapper{
   width:98%;
   overflow: auto;
   position: relative;
}

.table{
   display:table;   
   width:100%;
   text-decoration: none;
   color:#fdfdfd;
}
 
.row{
   display:table-row;   
}
 
.boldfont{
    font-weight: 700;
}
.col{
    display:table-cell;
    align-items: center;
    justify-content: center;
    overflow: auto;
    font-size: 70px;
    text-align: center;

}

.title{
   text-decoration: bold;
} 
.c65{
   width:65%;   
}
.c20{
   width:20%;   
} 
.c15{
   width:15%;   
}
.c5{
   width:5%;   
}
.abs5{
    width: 5px;
 }


IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; 
    height:auto;
}
