/*  
Theme Name: GreenT
Version: 1.0
Description: Designed by J.Wilkins.
Author: J. Wilkins
*/


html {
font-size: 100%;
margin: 0;
padding: 0;  
}

body {
margin: 0;
padding: 0;
background: #fff;
height: 100vh;
font-family: 'Quattrocento Sans', sans-serif;
color: #1a7c44;
}

h1 {
text-align: center;
}

h3 {
text-align: center;
}

a {
color: #1a7c44;
-webkit-transition: color .5s;
-moz-transition: color .5s;
-o-transition: color .5s;
transition: color .5s;
}

a:hover {
color: #6ABD6F;
}

#logo {
display: block;
margin: 0 auto;
padding: 10px;
}