﻿.updated-content {
    position: absolute;
    width: 66vw;
    left: 34vw;
    text-align: center;
    margin-top: 5vh;
}


.feature-artbox {
    position: absolute;
    top: 20vh;
    left: 5vw;
    color: #fff;
    font-size: 22pt;
    text-shadow: 2px 2px #004370;
    text-align: center;
}

.feature-artbox img {
    width: 30vw;
}

.title {
    font-size: 32pt;
}

    .title h2 {
        font-size: 24pt;
        margin-top: 0px;
        text-shadow: 1px 1px rgba(0,0,0,0.1);
    }