body {
	display: flex;
	flex-direction: column;
}

#main-body {
	flex: 1;
	min-height: fit-content !important;
}


.header {
	background: linear-gradient(180deg, rgb(255, 255, 255) 12%, rgb(99, 183, 231) 42%, rgb(6, 147, 227) 100%);
	min-height: 200px;
    display: flex;
    flex-direction: column;
}

.header img {
	border-radius: 9999px;
	transform: scale(1.5);
}

.navbar.navbar-light {
    flex: 1;
}