body{
	margin:0;
	padding:0;
	background-image:url('../background.jpg');
}

a{
	text-decoration:none;
	color: white;
	transition: all 0.2s linear;
}

a:hover{
	text-decoration:none;
	color: #1f1f1f;
}

/*#wrap_logo{
}

#logo{
	margin:0 auto;
	background:url('../logo.png');
	width: 436px;
    height: 164px;
}*/

#google_play_page{
	border: 1px solid white;
	border-radius:3px;
    padding: 10px;
    margin: auto;
    color: white;
    /* margin: 20px; */
    font-family: sans-serif;
    text-align: center;
    /* left: 50%; */
    width: 200px;
	cursor:pointer;
	margin-top:100px;
	transition: all 0.2s linear;
	text-decoration: none;
}

#google_play_page:hover{
	background-color:#ffffff;
	color:#1f1f1f;	
	text-decoration: none;
}

#google_play_page:hover a{
	color:#1f1f1f;	
	text-decoration: none;
}

#google_play_page {
    text-decoration: none;
    color: white;
}

a:hover #google_play_page  {
    text-decoration: none;
    color: #1f1f1f;
}

#about_info{
	    margin: 20px auto;
    color: #5FB4D6;
    font-family: Segoe UI Light, Roboto Light;
    text-align: center;
    border-top: 1px solid #5FB4D6; /*#53556F*/
    border-bottom: 1px solid #5FB4D6;
    padding: 10px;
    font-size: 20px;
    width: 35%;
    font-style:lighter;
}	