body{
	background-color: #FCE0A9;
    height: auto;
}
.logo{
	max-width: 300px;
	min-width: 50px;
	width: 100%;
}
.logo-zoom{
	max-width: 600px;
	min-width: 100px;
        transform: scale(1.2);
       transition: 2s;
    padding:6%;
      width:100%;
      height:100%;
       animation: shrink 5s infinite alternate;     
}
.visitor_count{
	max-width:150px;
	min-width:150px;
	width: 100%;
}
span{
	font-family: verdana;
	font-size:32px;
}
 @media only screen and (max-width:2600px) and (min-width: 600px)
{
	.visitor_box{
	text-align:right;
    padding-right:6%; 
   	}
}
 @media only screen and (max-width: 600px) and (min-width: 400px)
{
	.visitor_box{
		text-align: left;
	}
}