* {
	font-family: Poppins, sans-serif;
    box-sizing: border-box;
}

.center {
	width: 100%;
	justify-content: center;
	text-align: center;
}

.slider {
	width: 98%;
}

.output {
    margin-top: 1rem;
}