@font-face {
    font-family:font-IE;
	src: url(zorque.eot);
}

@font-face {
    font-family:font;
    src: url(zorque.ttf);
}

div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	font-family: font, font-IE;	
	font-size: 44px;
	color: #4CAF50;
}


body {
    background-image: url("background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}


.button {
  padding: 15px 25px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
 