body {
    background-image: url("images/darkbg.png");
    background-repeat: repeat;
}

#main {
	background-image: url("../BackgroundLogo.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;

}

h1,p {
	text-align:center;
	color: white;
}

img {
	opacity: 0.8;
}