html {
margin: 0;
background-image: url("/image/Futurama.jpg");
 background-color: #1f1f1f;
     background-repeat:repeat;
    background-size: cover;
    background-position: center;

    width: 100%;
    height: 100%;
   

}
body
{
    
}
   
p
{
font-family: verdana;
}

h1 
{
    margin-left: auto;
  margin-right: auto;
  width: 60%;
  height: 10%;
  text-align: center;
    font-family: verdana;
    font-size: 1.3rem;
    padding: 1rem;
    color: white;
    background-color: rgba(19, 19, 19, 0.65);
    border-radius: 20px;
}

h2
{
    margin-left: auto;
  margin-right: auto;
  width: 60%;
  height: 10%;
  text-align: center;
    font-family: verdana;
    font-size: 1.3rem;
    padding: 1rem;
    color: white;
    background-color: rgba(19, 19, 19, 0.65);
    border-radius: 20px;
}


.myButton {
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color:#77b55a;
	border-radius:1rem;
	border:2px solid #4b8f29;
	

	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:1;
	font-weight:bold;
	padding:0.7rem;
	text-align: center;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
	
}
.myButton:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.myButton:active {
	position:relative;
	top:1px;
}
.foot
{
 
  position: fixed;
  bottom: 0;
  margin: 0;
width: 100%;
left: 0px;
right: 0px;
  text-align: center;
    font-family: verdana;
    font-size: 0.5rem;
    font-style: normal;
    padding: 0.6rem;
    color: white;
    background-color: rgba(19, 19, 19, 0.65);
    
   
}
