body {
	font-size: clamp(14px, 3vw, 18.5px);
}
img {
    max-width: 100%; /* (Prevents the image from exceeding its container width.) */
    height: auto;
}

.carrdbox-wrapper {
	display: inline-flex;
	flex-direction: column;
	width: fit-content;
}
.carrdbox {
	border-radius: 16pt;
	background-color: #484e54;
	box-shadow: 0px 8px 2px;
	padding: 16px;
}