.container {
    margin-top: auto;
}

p {
    text-align: justify;
}

.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.backLink {
    color: white;
    text-decoration: none !important;
    float: left;
}

h4 {
    text-align: left;
}