#buffer{
    float: left;
    clear: both; 
    position: relative;
    height: 1px; 
    margin-top: -1px;
}

#unit1{
    float: left; 
    height: 1px; 
    width: 1px; 
    clear: both; 
    position: relative; 
    background-size: cover;
}

#unit2{
    float: left; 
    height: 1px; 
    width: 1px; 
    clear: both; 
    position: relative;
    background-size: cover;
    color: white;
}

#unit3{
    float: left; 
    height: 1px; 
    width: 1px; 
    clear: both; 
    position: relative;
    background-size: cover;
    color: white;
}

#unit4{
    float: left; 
    height: 1px; 
    width: 1px; 
    clear: both; 
    position: relative;
    background-size: cover;
}

#unit5{
    float: left; 
    height: 1px; 
    width: 1px; 
    clear: both; 
    position: relative;
    background-size: cover;
}

#button_pork{
    float: right; 
    clear: both;
    background:lightgrey; 
    border:white; 
    border:solid;
}

#button_lambs{
    float: right; 
    clear: both;
    background:lightgrey; 
    border:white; 
    border:solid;
}

#meatboxes_pork_text a{
    color: rgb(200, 200, 200);
}
#meatboxes_pork_text a:hover{
    color: white;
}

#meatboxes_lamb_text a{
    color: rgb(70, 70, 70);
}
#meatboxes_lamb_text a:hover{
    color: black;
}

.unitText {
    width: 45%;
    overflow: hidden;
    margin: 10px;
}

a {
    color: grey;
    text-decoration: none;
}
a:hover {
    color: black;
}

body {
    margin: 0px; 
    overflow-x: hidden; 
    height:1px;
}

img {
    border:none;
}


