.optout {
	display: none !important;
}
.optin {
	display: flex !important;
}
.outerdiv {
	width: 449px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 13px;
}
.buttondiv {
	justify-content: center;
	align-items: center; 
}
#openstreetoptin:hover {
	background-color: #005c66;
	cursor: pointer;
}
#openstreetoptin {
	width: max-content;
	padding: 10px 15px 8px;
	background-color: #00535B;
	color: white;
	border: none;
	transition: 0.5s;
}
@media (max-width: 575px) {
	.outerdiv {
		width: 100%;
		height: auto;
	}
	#openstreet {
		max-width: 90%;
		margin-inline: 5%;
	}
}