html {
	height: 100%;
}

body {
	background: url("./background.jpg"); no-repeat center bottom fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0;
	height:100%;
	font-family: Montserrat;
}

.data {
	position:absolute;
	bottom:10px;
	right:10px;
	padding:20px;
	text-align: right;
	width:auto;
	height:auto;
	color:#FFF;
	text-shadow: 3px 3px 3px #000;
	font-family: Montserrat;

	background:rgba(0,0,0,0.7);
	border-radius:10px;
}

	@-webkit-keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
     }
     
     @keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
     }
     
     .fadeIn {
        animation: fadeIn 1s;
     }

break{
  flex-basis: 100%;
  width: 0px; 
  height: 0px; 
  overflow: hidden;
}
h4 a {color:#FFF;padding:0 4px;}
h4 a:hover{background:red;transition:0.5s;text-decoration:none;color:#FFF;}