body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: whitesmoke;
    margin: 0;
}

.mainbox {
    position: fixed;
    height: calc(100% - 80px);
    overflow-y: auto;
    display: flex;
}

.boxcol {
    margin: 20px 30px;
}

.left {
    width: 500px;
}

.right {
    width: 60%;
}

.breadcrumb {
    color: #565959;
    font-weight: bold;
}

.main-img {
    box-shadow: 0px 2px 5px lightgray;
    width: 100%;
}

.title {
    font-weight: lighter;
}

.footer {
    position: fixed;
    width: 100%;
    height: 80px;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
}

.link {
    color: #007185;
}

.credits {
    font-style: italic;
    padding: 0 20px;
}