/*HEADER*/
 .header {
   background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
  text-align: center;
}

 .header .indent {
   margin: 20px;
}

.header .li {
  float: right;
 font-family: Futura, "Trebuchet MS", Arial, sans-serif;
 color: #32DF00;

}

.header .li a {
    display: block;
    color:#008000 ;
    text-align: center;
    padding: 9px 20px;
    text-decoration: none;
    height: 32px;
}

.header .li a:hover:not(.active) {
    background-color: #C0C0C0;
}

.header .active {
    background-color: white;
}

/*Logo*/

.header .logo {
 margin-left: 5%;
  float:left;

}

.header .logo img{
 height:50px;
}

img.one{
  src: url("http://images.clipartpanda.com/bullet-clipart-11949946191842752801line_double_line_arrow_end.svg.hi.png");
  width:5px;
  height:5px;
}
table, th, td {
  border-color:  #670A0A;
  font-size:200px; 
  font-color: #670A0A;
  background-color: black;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  border-style: solid;
  border-radius:50px/15px;
  border-width: 12px;   
  border-collapse: collapse;
  line-height:40px;
    
}
  table.center {
    width:40%; 
    margin-left:30%; 
    margin-right:15%;
    
  }
body {
 background-color: #2E2E2E;
 background-image: url("Homepage1.jpg")
}

.button {
  border-radius: 4px;
  background-color: #008000;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  border: none;
  color: white;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: auto;
  display:block;
  
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: inherit;
  right: 0;
}

p {
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
