body {
	background: #222831;
	color: #EEEEEE;
	font-family: "Roboto";
	font-size: 15px;
	letter-spacing: 2px;
	text-align: center;
	margin: 0 auto;
}
#background {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background: url('../album/10.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: blur(8px);
	-webkit-filter: blur(8px);
}
h1 {
    font-size: 5rem;
    padding-top: 100px;
    margin: 0px auto;
    font-family: 'Sacramento', cursive;
    color: #00ADB5;
    line-height: 2;
}
h2 {
    font-size: 2rem;
    font-weight: normal;
    color: #00ADB5;
	font-family: "Roboto";
}
button {
	background: #393E46;
	border-radius: 40px;
	border-width: 2px;
	border: 2px solid #EEEEEE;
	color: #EEEEEE;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 20px;
	text-align: center;
	transition: color 0.5s;
	width: 290px;
}
button:hover {
	border: 2px solid #00ADB5;
	background: #EEEEEE;
	color: #393E46;
}
hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
.centered {
	left: 50%;
	top: 80%;
	transform: translate(-50%, -50%);
}
.links {
  text-decoration: none;
}
.topcontainer {
    position: relative;
    background-color: #222831;
    color: #EEEEEE;
    margin: 0;
}
.topimages {
	border: 0
}
.topimages:hover {
	pointer-events: none;
}
#topcloud {
    position: absolute;
    right: 30%;
    top: 50px;
}
#bottomcloud {
    position: absolute;
    transform: scale(-1, -1);
    left: 30%;
}
#image_shower {
	border: 3px solid #EEEEEE;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 400px;
}
#image_shower:hover{
	border: 3px solid #00ADB5;
}