/*
Plugin Name: Age Checker
Description: Custom styles for responsive design
Version: 1.0
Author: Godman Andrew
Author URI: https://strangersforsex.com
*/

/* Mobile-specific style */
@media all and (max-width: 500px) {
    .agc_screen #agc_container #agc_tagline {
    margin: 0px 0px 30px 0px;
    font-size: 17px !important;
    font-weight: bold;
	}
}