body {
	font-family: Arial, sans-serif;
	margin: 20px;
}
body::after {
	content: "";
	clear: both;
}
.div-container-1 {
	background-image: url('background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}
.div-container-2 {
	min-width:100px;
	height:90vh;
	width: 30vw;
	align-content: center;
}

@media screen and (min-width: 600px) {
	.div-container-2 {
		float: right;
	}
}

.div-container-3 {
	background: white;
	padding: 1em;
	border-radius: 25px;
}

.div-container-4 {
	bottom: 0;
	position: absolute;
	background: white;
	padding: 1em;
	border-radius: 25px;
}

.div-container-4 a {
	color: black;
}