<style type="text/css">

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');


* {margin:0;padding:0;}

.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}

body {
font-family: 'Quicksand', sans-serif;
font-weight:300;
background-color:#e9e9e9;
color:#697659;
overflow-y:scroll;
padding:0;
margin:0;
height:auto;
text-align: center;
}




a:link {color:inherit; text-decoration:none;}      /* unvisited link */
a:visited {color:inherit; text-decoration:none;}  /* visited link */
a:hover {color:#e79742; text-decoration:none;}  /* mouse over link */
a:active {color:#e79742; text-decoration:none;}  /* selected link */