p.big {
  line-height: 1.8;
  font-size: 20px;
}
a:hover{
	color:red;
}

#thePlayer{
	width:100%;
}

img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fade-in-image {

    animation: fadeIn ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.center-body{
  margin: auto;
  width: 95%;
  max-width:800px;
  border: 1px solid white;
  padding:5px;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@media only screen and (max-width: 1800px) { /* Screen which has a maximum width of 900px */

	p.big {
	  line-height: 1.8;
	  font-size: 50px;
	}
	a:hover{
		color:red;
	}
	h1{
		font-size:80px;
	}

}
