  #body{
      background:linear-gradient(0deg, rgba(114, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(https://images.pexels.com/photos/67468/pexels-photo-67468.jpeg?);
		min-height: 100%;
		background-attachment: fixed;
		background-size: cover;
		background-repeat: no-repeat;
		min-height: 100vh;
  		display: flex;
  		flex-direction: column;
}
	.box{
		text-align: center;
		box-shadow: 10px, 10px, 10px, black;
		padding: 10px;
		height: 100px;
	}
		.button{
			padding: 10px;
			color: white;
			background-color: #720000;
			border-radius: 5px;
	}
			.button:hover{
			color: #720000;
			background-color: white;
			}
	.Container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content {
  padding: 1em;
  display: flex;
  flex-direction: row;
  justify-content: center;
	}
	.textbox{
  text-align: center;
		color: black;
		background-color: #FFE6BF;
		border-radius: 5px;
		width: 80%;
  		max-width: 300px;
  		margin: 20px;
  		padding: 1em;
  		border: solid black;
  		box-shadow: 5px 5px 5px black;
  		display: flex;
  flex-direction: column;
  		float: left;
}
#informative{
  text-align: left;
}
#list{
  list-style: none;
  margin-right: auto;
}
#footer{
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100px;
  width: 100%;
  margin-top: auto;
  background-color: black;
  border: solid white;
}
#footer-text{
  text-align: center;
  color: white;
  padding: 10px;
}