@media (prefers-reduced-motion: no-preference) {
    :root {
    scroll-behavior: smooth;
    }
}

@font-face {
		font-family: "Colus-Regular";
		src: url("../fonts/Colus-Regular.woff");
}

@font-face {
		font-family: "Commissioner-Regular";
		src: url("../fonts/Commissioner-Regular.woff");
}

@font-face {
		font-family: "Commissioner-Bold";
		src: url("../fonts/Commissioner-Bold.woff");
}

.Colus_regular {
	font-family: Colus-Regular;
}

.Commissioner_bold {
	font-family: Commissioner-Bold;
}

.Commissioner_regular {
	font-family: Commissioner-Regular;
}

body {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #C0E2FB;
}

a {
	text-decoration: none;
}

h1 {
	font: 18pt Commissioner-Bold;
	text-align: center;
}

#feedbacks {
	width: 280px;
	height: 1080px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

#feedbacks_button {
	color: #EBEAEA;
	cursor: pointer;
	background-color: #21429F;
	border: none;
	border-radius: 10px;
	font: 16pt Commissioner-Bold;
	height: 38px;
	margin: 30px auto;
	padding: 0 0 2px 0;
	text-align: center;
	width: 220px;
}

#feedbacks_button p {
	padding: 4px 0 0 0;
}