* {
    padding:0;
    box-sizing:border-box;
    margin:0;
}
body {
    font-family:Quicksand, Helvetica, Arial, sans-serif;
    margin:0;
    color:#134E4A;
}
a {
    text-decoration:none;
    color:#134E4A;
}
h1 {
    font-size:30px;
}
p {
    line-height:1.5;
}
