﻿body
{
	background-image: url('BG.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	text-align: center;
}
p {
	font-family: sans-serif;
	color:cyan;
	text-align: center;
	background-image: url('glass2.png');
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
}

h1 {
	color: darkcyan;
	text-align: center;
}

h2 {
	color: darkcyan;
	text-align: center;
}

img {
	width: 450px;
	height: 450px;
	justify-content: center;
}

.blooper {
width: 540px;
height: 363px;
}

.button {
	color: cyan;
}

