﻿.updated-content {
    width: 100vw;
    text-align: center;
}


.feature-artbox {
    position: absolute;
    transform: rotateX(21deg) rotateY(0deg);
    transform-style: preserve-3d;
    bottom: -11vh;
    font-family: 'Black Ops One', cursive;
    color: #fff;
    font-size: 22pt;
    text-shadow: 2px 2px #004370;
    width: 100vw;
    text-align: center;
}

    .feature-artbox img {
        width: 45vw;

        opacity: 0.7;
    }


.title {
    font-size: 29pt;
}

    .title h2 {
        font-size: 20pt;
        margin-top: 0px;
        text-shadow: 1px 1px rgba(0,0,0,0.1);
    }