
body {
	width: 100%;
	background-color:#e6e6e6;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/background-light.jpg");
	
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif 
}

.opacity-mask {
	width: 100%;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.7)
}

.btn-outline-dark {
	background-color: rgba(255, 255, 255, 0.7)
}