@font-face {
    font-family: "Quicksand";
    src: url("quicksand/Quicksand-Regular.ttf");
}
html, body {
    font-family: 'Quicksand', Arial, serif;
    font-weight:normal;
    font-style:normal;
}
