.juntagrico_logo {
    background: url("/static/img/CR_Logo_green_400px.ff7ef79c488f.png") center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 300px;
    height: 300px;
}

body {
  font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 100px;
  font-size: 15px;
  background-color: #FFFDEE;
  color: #255A48;
}
​
h1, h2, h3, h4, h5, h6 {
                font-family: "Playfair Display", serif;
            }
​
h1 {
                font-size: 45px;
            }
​
h2 {
                font-size: 30px;
            }
​
h3 {
                font-size: 20px;
            }
​
h4 {
                font-size: 18px;
            }
​
h5 {
                font-size: 16px;
            }
​
h6 {
                font-size: 15px;
            }

a {
                color: #a8d2a4;
            }
​
a:hover, a:focus {
                color: #bfd0bd;
            }