body {
	font-family: sans-serif;
	margin: 0;
	background-color: yellow
}

.bg-image {
	position: fixed;
	background-image: url(flowers.jpeg);
	height: 100vh;
	width: 100vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(9px);
  	-webkit-filter: blur(9px);
}

.container {
	position: absolute;
	top: 50px;
	width: 100%;
	padding-bottom: 50px
}

.wrapper {
	padding: 13px;
}

.contents {
	color: white;
	max-width: 500px;
	margin: 0 auto;
	border: 4px dotted white;
	padding: 10px 30px 30px 30px;
	border-radius: 50px;
	background-color: hsla(290,60%,70%,0.3)
}

h1 {
	font-family: cursive;
	text-align: center;
}

a {
	color: white;
}
