html, body {
	background-color: #000000;
	background-image: url("https://i.imgur.com/TCGZ5Cl.png");
	background-position: center;
	background-attachment: fixed;
}
body {
	display: none;
}
p, a, a:visited {
	color: #FFFFFF;
	font-family: 'Amatic SC';
	font-size: 25px;
	text-decoration: none;
}
a:hover {
	color: #176491;
	font-family: 'Amatic SC';
	font-size: 25px;
}
.title-center {
  bottom: 0;
  height: 148px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 712px;
}
.title {
  display: block;
  transition: all .4s ease-in-out;
}
.title:hover {
  transform: scale(1.1);
  /**margin: -50px 0 60px 100px;**/
}
.block {
	background-color: rgba(0, 0, 0, 0.6);
	/**padding-right: 50px;
	padding-top: 25px;
	padding-left: 50px;
	padding-bottom: 50px;**/
	padding: 25px 25px 25px 25px;
	color: #FFFFFF;
	font-family: 'Amatic SC';
	font-size: 25px;
	height: 130px;
	width: 700px;
}
.block-center {
	bottom: 0;
	height: 130px;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	width: 700px;
}
 /* Add a black background color to the top navigation */
.navbar {
    background-color: #000;
    overflow: hidden;
    opacity: 0.5;
    transition: all .4s ease-in-out;
}
.navbar:hover {
	opacity: 1;
	transition: all .4s ease-in-out;
}
/* Style the links inside the navigation bar */
.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 30px;
}
/* Change the color of links on hover */
.navbar a:hover {
    background-color: #ddd;
    color: black;
    opacity: 1;
}
/* Add an active class to highlight the current page */
.navbar .active {
    background-color: #003C89;
    color: white;
}
/* Hide the link that should open and close the topnav on small screens */
.navbar .icon {
    display: none;
}
.icon {
	height: 50px;
	width: 50px;
	padding: 15px 15px 15px 15px;
	transition: all .4s ease-in-out;
}
.icon:hover {
  transform: scale(1.1);
}