body{
	margin: 0;
	padding: 0;
	background -image: url(Background 19.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.button{
  background-color: none;
  border: none;
  color: black;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}	
.button5 {
  background-color: black;
  color: white;
  border: 2px solid white;
}

.button5:hover {
  background-color: #74BAF9;
  color: black;
}
.button1 {
  background-color: black;
  color: white;
  border: 2px solid white;
}

.button1:hover {
  background-color: #B83A3A;
  color: black;
}
a:link {
  color: white;
  background-color: none;
  text-decoration: none;
}
a:visited {
  color: white;
  background-color: none;
  text-decoration: none;
}