.page {
    width: 64vw;
    height: 41.5vw;
    margin-top: 8.5vw;
    background: url("../img/pexels-cottonbro-6334916.jpg") no-repeat center center;
    background-size: cover;
}

.page > div {
    width: 50%;
}

.page > div:nth-child(1) {
    position: relative;
}

.page > div:nth-child(1) > h1 {
    height: 5vw;
    width: 17.5vw;
    line-height: 5vw;
    text-align: center;
    background-color: rgba(28, 65, 117, 1);
    color: rgba(255, 255, 255, 1);
    top: -2.5vw;
    left: 2.5vw;
    position: absolute;
}

.page > div:nth-child(2) {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.9);
}

.page > div:nth-child(2) > p {
    height: 100%;
    line-height: 1.5vw;
    padding: 1.5vw;
    text-align: center;
    white-space: pre-wrap;
    overflow-y: auto;
    color: #1C4175;
}

footer {
    margin: 0;
}