body{
	background-image: url('https://www.vippng.com/png/full/361-3612977_website-background-png-tech-background-image-for-website.png');
	background-size: auto;
	background-repeat: no-repeat;
}

.container{
	width: fit-content;
	margin: 0 auto;
	background-color: #c5c5c5;
}

ul li{
	display: inline;
	padding: 16px;
	font-size: 20px;
	font-family: arial;
	font-weight: 900;
	color: #000fbf;
}
ul{
	padding: 0;
}
ul li:hover{
	color: #bf0000;
	cursor: pointer;
}
#form_container{
	width: fit-content;
	margin: 0 auto;
}
h1{
	text-align: center;
	font-family: fantasy;
}