body {
	font-family: Arial, sans-serif;
	background-color: #f0f0f0;
}

#logout-form {
	margin-top: 72px;
}

.card {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card-title {
	margin-bottom: 20px;
}

.form-group {
	margin-bottom: 15px;
}

.btn {
	padding: 10px;
}

.celsius-btn:hover {
	background-color: #6c757d;
	color: white;
}

.nav-pills .nav-link {
	margin-bottom: 10px;
}

#logout-form .nav-pills .nav-item.mt-auto {
	margin-top: auto;
}

#logout-form .nav-pills .nav-item p {
	margin-bottom: 10px;
}

#fish-cards .card {
	margin-bottom: 20px;
}

.container-fluid {
	height: 100vh;
}

#logout-form {
	height: 90vh;
	overflow-y: auto;
}

#fish-cards .card-img-top {
	aspect-ratio: 4/3;
	object-fit: cover;
}

.image-container {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.action-container {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.img-thumbnail {
	max-height: 80vh;
}

/* Nav Bar */
.navbar {
	background-color: #e9f0f7 !important;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.navbar-nav .nav-item .nav-link {
	font-size: larger;
	font-weight: 500;
	color: #006788;
	text-decoration: none;
}

/* End Nav Bar */