html {background: #038FF4;font-family: 'Open Sans', sans-serif;}
#page {width: 1000px;margin: 50px auto;padding: 20px;background: white;}
body {padding: 0 0 0 0;margin: 0 0 0 0;}

#logo {margin: 0 auto;width: 200px;height: 200px;}

div.cell {display: table-cell;}
div.space {width: 3%;}
div.button {background-color: #96C322;width: auto;border-radius: 3px;text-align: center;margin-bottom: 20px;width: 47%;}
div.button:hover {background: #89b31e;}
div.button a {text-decoration: none;display: block;color: white;padding: 20px 30px}

div.button.apple {background: #96C322 url('apple.png') 10px 10px no-repeat;background-size: 40px;}
div.button.win {background: #96C322 url('win.png') 10px 10px no-repeat;background-size: 40px;}



div.button2 a {text-decoration: underline;display: block;color: #038FF4;}
div.button2 {text-align: center;}
div.button2 img {width: 200px;margin-top: 20px;}


@media screen and (max-width: 1050px)
{
#page {width: 90%;margin: 50px auto;padding: 5%;background: white;}

}


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

.cell {display: block !important;width: 100%;margin-bottom: 50px;}

}