

html,body {
	margin: 0;
	padding: 0;
	background: #fffffd;
    scroll-behavior: smooth;
}

.bd-content-wrapper {
	height: auto;
	width: 100%;
	position: relative;
	top: -120px;
}


