body {
     background-repeat: no-repeat;
    background-image: url("bg_1280.jpg");
    overflow: hidden;   
   
}
 
html, body { 
    margin: 0; 
    padding: 0; 
    width: 1280px; 
    height: 720px;
   
}
.wrapper { 
    width: 1280px; 
    height: 720px; 
}

.clock {
    width: 1280px;
    height: 109px;
    font-size: 60px;
    position: fixed;
    text-align: left;
    font-family: Verdana ;
    letter-spacing: 7px;
    top: 13%;
    left: 45px;
    color: white;
	font-weight: 700;
    
}

.overcast {
    
	width: 1280px;
    font-size: 25px;
    font-family: Verdana;
    letter-spacing: 2px;
    color: #1e6abc;
	margin-left: 0%;
    margin-top: 450px;
	font-weight: 900;
	text-align: center;
	
}
 
.temperature {
  
    width: 500px;
    height: 500px;
    font-size: 150px;
    position: fixed;
    top: 30%;
    margin-left: 50px;
    text-align: left;
    font-family: Verdana ;
    letter-spacing: 7px;
    color: #1e6abc;
    letter-spacing: -2.57px;
	font-weight: 900;
  
}
 

.min {
    width: 1280px;
    height: 100px;
    font-size: 45px;
    position: fixed;
    text-align: left;
	left: 30px;
    font-family: Verdana ;
    top: 60%;
    color: #1e6abc;
	font-weight: 600;
}

.minmax {
  
    font-size: 30px;
    text-align: center;
    font-family: Verdana ;
    
    top: 30%;
    color: #1e6abc;
    
  
}
.side {
  
    font-size: 35px;
    text-align: center;
    font-family: 'Doppio One', sans-serif;
    letter-spacing: 7px;
     color: #6A6C6E;
     
}
 
.max {
  
    width: 720px;
    height: 100px;
    font-size: 50px;
    position: fixed;
    text-align: right;
    font-family: Verdana ;
    letter-spacing: 7px;
    top: 75%;
    color: #e2711a;
    margin-left: -360px;
  
}


.icon {
  position: centre;
  top: 70%;
  padding-left: 0px;
  height: 2em;
}

.bigicon {
    width: 200px;
    height: 200px;
    position: fixed;
    text-align: left;
    letter-spacing: 7px;
    top: 25%;
    left: 550px;
    height: 5em;
     

}

.container {
  width:90%;
  overflow:hidden;
    top: 30px;
   
  
}

canvas {
   
  width:300px;
  height:300px;
}

.co2 {
    width: 200px;
    height: 200px;
    position: fixed;
    font-size: 30px;
    text-align: left;
    top: 88%;
    left: 60px;
    height: 3em;
    font-family: Verdana ;
    color: #1e6abc;
    text-align: center;
    font-weight: 900;



}

.pm25 {
    width: 200px;
    height: 200px;
    position: fixed;
    font-size: 30px;    
    text-align: left;
    top: 88%;
    left: 320px;
    height: 3em;    
    font-family: Verdana ;
    color: #1e6abc;
    text-align: center;
    font-weight: 900;



}

.air-quality-condition {
    width: 200px;
    height: 200px;
    position: fixed;
    font-size: 30px;
    text-align: left;
    top: 88%;
    left: 550px;
    height: 3em;
    font-family: Verdana ;
    color: #1e6abc;
    text-align: center;
    font-weight: 900;


}

.city-name {
    width: 200px;
    height: 200px;
    position: fixed;
    font-size: 90px;
    text-align: left;
    top: 10%;
    left: 500px;
    height: 3em;
    font-family: Verdana ;
    color: #1e6abc;
    text-align: center;
    font-weight: 900;


}
