/* Background */
body {
    background-image: url(../Images/Background1a.png);
}

/* Font */
@font-face {
    font-family: "MellyFontTime";
    src: url("../fonts/MellyFontTime-Kit/mellyfonttime_regular-webfont.woff2") format("woff2");
}
body {
    font-family: "MellyFontTime", hand-writing;
    color: #003228;
    font-size: 1.8em;
    line-height: 1.2em;
    margin: 0px;
    box-sizing: border-box;
}