body {
    line-height: 1.4em;
    background-image: url("attachments/bg.jpg");
    color: #2E4461;
}

.col1 {
    width: 40%;
    float: left;
}

.col2 {
    width: 60%;
    float: right;
}

.caption-pic {
    width: 200px;
    display: inline-block;
}

.main-container{
    width: 1000px;
    display: block;
    margin: auto;
    margin-top: 5%;
}

.title{
    display: block;
    margin: auto;
    margin-top: 3%;
    /* border: 3px #385377 solid; */
}

.back-arrow {
    position: absolute;
    top: 10px;
    left: 10px;
}

.back-arrow img {
    max-width: 50px;
    height: auto;
}