
html {
	font-size: 16px;
	scroll-behavior: smooth;
}

@media screen and (max-width: 650px) {
	html {
		font-size: 13px;
	}
}

body {
	/* font-family: 'Roboto', sans-serif; */
	font-family: Candara, Calibri, Segoe,Segoe UI,Optima,Arial,sans-serif;
	letter-spacing: .4px;
	color: black;
	background-color: #FEFDFC;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: rgb(65, 57, 57);
}

#body{
    overflow: hidden;
}

div.container {
	background: rgb(255,252,247);
}
