﻿/* Font */
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700");

html {
    background-color: #ecf9ff;
}

body {
    color: #272727;
    font-family: "Quicksand", serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    padding: 1rem;
}

h1 {
    font-size: 4em;
    font-weight: 400;
    text-align: center;
}


