body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	text-align: center;
	background-image: url('../img/bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	margin: 0;
}
.content-background {
    background-color: rgba(255, 255, 255, 0.7); /* White background with 70% opacity */
    padding: 5em;
    border-radius: 8px;
	margin: 8px;
}
.btn {
    padding: 12px 24px; /* Increase padding for larger buttons */
    font-size: 18px; /* Increase font size */
}