body{
    background-color: rgb(81, 29, 29);
}

section{
    margin: auto;
    width: 48%;
}

#forrige{
    background-color: rgb(57, 95, 44);
    color: rgb(255, 255, 255);
    font-size: large;
    font-weight: bold;
    width: 100px;
    height: 30px;
    float: left;
}

#neste{
    background-color: rgb(57, 95, 44);
    color: rgb(255, 255, 255);
    font-size: large;
    font-weight: bold;
    width: 100px;
    height: 30px;
    float: right;
}

img{
    width: 400px;   
}