@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400&subset=cyrillic');

.weather_homepage ul{
		display: block;
		width: 300px;
		padding-left: 0;
	}

	.weather_homepage li {
		display: flex;
		flex-direction: row;
	}
	
	
	.weather_homepage img {
    width: 35px;
    margin-top: 0;

    height: 35px;
}

	
	.weather_homepage p {
	    padding: 0;
    margin: auto;
    font-size: 14px;
    color: black;
    font-family: 'Trebuchet MS';
	}
	
	.weather_homepage {
	    margin-left:0;
margin-top: -27px;

	    text-align: center;
	    
	}
	
		.weather_homepage i {
		    margin: auto 9px;
		    color: #800000;
		}
		
		
		#night_temp {
		    margin: auto -7px;
		    color: grey;
		}
		.weather_homepage a {
		    display: inline-block;
		    transition: 0.2s;
		    height: 48px;
		}
		
