* {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
p {
    font-size: 18px;
    font-weight: 500;
}
img {
    max-width: 100%;
}
.ian-main {
    border-radius: 12px;
}

a.button {
    display: inline-block;
    background-color: #274a34;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 13px 26px 15px;
    border-radius: 12px;
    border: 2px solid #274a34;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a.button.big {
    width: 100%;
}
a.button:hover {
    background-color: #fff;
    color: #274a34;
}
#site-title a {
    font-family: "Dosis", sans-serif;
    text-decoration: none;
    color: #000;
}
header {
    padding: 20px 0;
}
main {
    padding: 30px 0;
}
footer {
    text-align: center;
    padding: 20px 0;
}