body {
	background-attachment: fixed;
	background-image: url("../assets/background.jpg");
	background-color: lightblue;
	background-size: cover;
	font-family: monospace;
	font-size: 12pt;

}

div {
background-color: white;
border: 10px solid white;
margin-top: 20px;
margin-left: 20%;
width: 70%;
}

.top
{
	margin-top: 50px;
}