h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 300;
    color: white;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: white;
}

div#screenshot img {
	width: 20%;
	height: 20%;
}

div#playbutton img {
	width: 10%;
	height: 10%;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    h1 {
        font-size: 80px;
    }

    p {
        font-size: 45px;
    }

    div#screenshot img {
        width: 100%;
        height: 100%;
    }

    div#playbutton img {
        width: 344px;
        height: 120px;
    }

    div#siteInfo p {
        font-size: 35px;
    }
}