.header-box {
    position: relative;
    background-image: url("../images/copplestone_hills.jpg");
    height: 200px;
    color: white;
    background-size: cover;
}

.header-box-text {
    position: absolute;
    bottom: 0;
}