.pic-left {
    width: 400px;
    float: left;
    margin-right: 25px;
}

.pic-right {
    /* width: 400px; */
    float: right;
    margin-left: 25px;
}

.pic-fill {
    width: 800px;
}


.main-container{
    width: 800px;
    display: block;
    margin: auto;
    margin-top: 2%;
}

body {
    line-height: 1.4em;
    background-image: url("attachments/TEMPLE.JPG");
    color: #2E4461;
    font-size: large;
}

.title{
    display: block;
    margin: auto;
    margin-top: 3%;
    /* border: 3px #385377 solid; */
}

.little-block{
    color: #007CBE;
    font-size: medium;
    padding: 20px;
    float: right;
}

.back-arrow {
    position: absolute;
    top: 10px;
    left: 10px;
}

.back-arrow img {
    max-width: 50px;
    height: auto;
}