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

img.pork {
position:absolute;
left: 820px;
top: 300px;
}

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: 10px;
font-size: 40px;
color: #33f22a;
text-transform: uppercase;
}


h3{
position: relative;
left: 0px;
top: -50px;
font-family: "Handjet", sans-serif;
font-weight: 400;
line-height: 40px;
font-size: 55px;
color: #33f22a;
text-transform: uppercase;
text-decoration: underline;
}

p{
position: relative;
left: 0px;
top: -75px;
width: 350px;
font-family: "Handjet", sans-serif;
font-weight: 400;
line-height: 30px;
font-size: 27px;
color: #33f22a;
}

#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: 10px;
font-size: 40px;
color: #33f22a;
text-transform: uppercase;
text-decoration: none;
}

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

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

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

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

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

.collumn1of2 {
position: absolute;
text-align:center;
left: 150px;
top: 150px;
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: 170px;
background-color: #000000;
border-radius: 9px;
}

.updates{
position: absolute;
left: 90px;
top: 210px;
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: 750px;
top: 150px;
transform: translate(-50%, -50%);
margin: 10px;
width: 700px;
height: 400px;
background-color: #000000;
border: 5px solid #33f22a;
padding: 30px;
border-radius: 15px;
}