body {
	background-color: #f8f9fa;
}

.min-vh-100 {
	min-height: 100vh;
}

.howl-card {
	border: none;
	border-radius: 10px;
	/* adding a little depth to it with a shadow */
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	margin-bottom: 1 rem;
}

.howl-card .card-body {
	padding: 1.25rem;
}

.avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit:cover;
}

.user-info {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
}

.user-details {
	margin-left: 0.75rem;
}

.username {
	font-weight: bold;
	color: #333;
	margin-bottom: 0;
}

.timestamp {
    color: #6c757d;
    font-size: 0.875rem;
}

.howl-text {
    margin-top: 0.5rem;
    line-height: 1.4;
}

#charCount {
    font-size: 0.875rem;
}