body {
	background: #101422;
  background-image: url("../img/metal.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  font-family: 'Open Sans', sans-serif;
}
.logoimage{
	margin: auto;
}
.centerbox{
  resize: both;
	max-width: 90%;
	width: 420px;
		text-align: center;
	}
main{
  color:#c2c2f4;
  display: flex;
  justify-content: center; 
  align-items:center;
  resize: both;
  min-height: 90vh;
}
h2{
	font-weight:600;
filter:drop-shadow(2px 4px 4px #000000);
	font-size: 1.6em;
}
.logoimage{
	filter:drop-shadow(2px 4px 4px #000000);
}
p{
	filter:drop-shadow(2px 4px 4px #000000);
	text-align: justify;
	font-size: 1.2em;
}