body {
	overflow-y: hidden;
}

.w-fit {
	width: fit-content;
}

.h-fit {
    height: fit-content;
}
