header,body,td,th {
	font-family: Arial, Helvetica, sans-serif;
    
}

.hero-image {
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  background-color: red;
  opacity: 0.5;
}

a {
  background-color: #FFB2D1;
}

.AM {
    font-family: Courier New, Lucida Console, monospace;
	font-size: 70px;
	font-weight: normal;
	line-height: 50px;
	letter-spacing: 4px;
    margin-left: 45px;
}
