	html, body {
		height: 100%;
		background-color: #F5F5DC;
	}

	.wrapper {
		min-height: 100%;
		display: flex;
		flex-direction: column;
	}

	.footer {
		flex-shrink: 0;
		margin-top: auto;
	}

	.col-md-8{
		background-color: #D2B48C;
	}
	.col-md-8 {
		background-color: #D2B48C;
		margin-bottom: 50px;
		border: 1px solid black;
		border-radius: 10px;
	}
	.card{
		border: 1px solid black;
		border-radius: 10px;
	}
