@charset "utf-8";

.wrap{
    text-align:center;
}

a{
    color: #39a902; 
    font-size: 1.2em; 
    font-weight: bold;
}

@media only screen and (max-width: 640px) {
	
    .wrap img{
        width: 80%;
    }

a{
    font-size: 1em; 
}
    
}
