html {
   background-color: #003916;
}


#boxall {
   width: 800px;
   padding-left: 60px;
   color: #fff;
}

.text {
   position: absolute;
   width: 300px;
   margin-left: -470px;
   color: fff;
} 

.img {
   position: absolute;
   margin-left: 290px;
}

.address {
   font-size: 20px;
   position: absolute;
   top: 0px;
   margin-left: 400px;
}

.twolink {
  font-size: 20px;
}

.enter {
   font-size: 40px;
}

h1 {
   font-size: 50px;
}

a:link {color: #fff; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #fff; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }
