body {
background-color:black;
background-image: url("bgtile.png");
}

h1{
font-family: "Handjet", sans-serif;
font-weight: 400;
line-height: 1px;
font-size: 40px;
color: #000000;
text-transform: uppercase;
}

h2{
font-family: "Handjet", sans-serif;
font-weight: 400;
line-height: 1px;
font-size: 40px;
color: #33f22a;
text-transform: uppercase;
}

h3{
font-family: "Handjet", sans-serif;
font-weight: 400;
line-height: 55px;
font-size: 60px;
color: #33f22a;
text-transform: uppercase;
}

#one a:link {
font-family: "Handjet", sans-serif;
font-weight: 400;
line-height: 1px;
font-size: 40px;
color: #000000;
text-transform: uppercase;
text-decoration: none;
}

#one a:visited {
font-family: "Handjet", sans-serif;
font-weight: 400;
line-height: 1px;
font-size: 40px;
color: #000000;
text-transform: uppercase;
text-decoration: none;
}

#one a:hover {
font-family: "Handjet", sans-serif;
font-weight: 400;
line-height: 1px;
font-size: 45px;
color: #000000;
text-transform: uppercase;
text-decoration: underline;
}

#two a:link {
font-family: "Handjet", sans-serif;
font-weight: 400;
line-height: 55px;
font-size: 60px;
color: #33f22a;
text-transform: uppercase;
text-decoration: none;
}

#two a:visited {
font-family: "Handjet", sans-serif;
font-weight: 400;
line-height: 55px;
font-size: 60px;
color: #33f22a;
text-transform: uppercase;
text-decoration: none;
}

#two a:hover {
font-family: "Handjet", sans-serif;
font-weight: 400;
line-height: 55px;
font-size: 65px;
color: #33f22a;
text-transform: uppercase;
text-decoration: underline;
}

.collumn1of2 {
position: absolute;
text-align:center;
left: 150px;
top: 115px;
transform: translate(-50%, -50%);
margin: 10px;
width: 200px;
height: 800px;
background-color: #33f22a;
padding: 20px;
}

.blog{
position: absolute;
left: 110px;
top: 320px;
transform: translate(-50%, -50%);
margin: 10px;
text-align: center; 
width: 200px;
height: 75px;
background-color: #000000;
border-radius: 9px;
}

.updates{
position: absolute;
left: 90px;
top: 140px;
transform: translate(-50%, -50%);
margin: 10px;
text-align: center; 
width: 180px;
height: 60px;
background-color: #33f22a;
border: 5px solid #30702d;
border-radius: 10px;
}

.collumn2of2 {
position: absolute;
text-align:left;
left: 700px;
top: 120px;
transform: translate(-50%, -50%);
margin: 10px;
width: 700px;
height: 350px;
padding: 20px;
}