#container {
    background-image: url(images/forest.jpg);
    background-repeat: no-repeat;
    background-color:rgba(2, 159, 2, 0.32);
    box-sizing:border-box;
    width:90%;
    height:500px;
    margin-right:auto;
    margin-left:auto;
    border:solid 3px #005200;
    padding:8px;
    border-radius: 10px;
    background-size: cover;
    overflow-y:auto;
}