#img_logo { 
	width: 5.8em;
	height : auto;
	margin-left: -0.25em;
}

@media screen and (max-width:  900px){

	#img_logo{
		margin-left: -0.23em;
		width: 5rem;
		margin-top: auto;
		}

}

#radio {
	
	padding-top : 30px;
}
#popup {
height: 120px;
width: 40%;
background-color: rgb(19, 18, 18);
text-align: center;
border-radius: 5px ;
position: absolute;
top : -300px;
left : 200px;
}



