@import url('fonts/kyronsaiffonts.css');

body {
  background: url("../images/shadebg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  align-items: center;
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: Titillium;
}
a {
  color: #ffffff;
  font-size: 26px;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}	
.button:hover {
  color: #04960a;
  border: none;
  text-decoration: none;
}
img { 
  opacity: 0.7; 
} 

img:hover { 
  opacity: 1; 
}
