body{
    background-image: url(/images/geep.png);
    padding-left: 15%;
    padding-right: 15%;
}
#content{
    background-color: #000000;
    border: solid;
    border-radius: 10px;
    border-color: darkgreen;
}
#gorillazlogo{
    width:300px;
    display: block;
    margin: auto;
}
#header{
    font-family: Courier New;
    color: aliceblue;
    text-align: center;
    border-top: solid;
    border-bottom: solid;
    border-color: darkgreen;
    padding: 1%;
}
.box{
    height: 300px;
    display: flex;
    padding: 15px;
}
.box:nth-child(even){
  flex-direction: row-reverse;
}
.box img{
    height: 300px;
    width: 300px;
}
.box p{
    float: right;
    margin: 15px;
    font-family: 'Courier New';
    color: aliceblue;
}
#gohome{
    border-top: solid;
    border-color: darkgreen;
    color: aliceblue;
    a:link {
        color: aliceblue;
    }
    a:visited {
        color: darkgreen;
    }
}