.thumbnail {
    position: relative;
    margin-top: -5%;
}

#bg-image{
    opacity: 0.7;
}

.centered {
    position: absolute;
    top: 50%;
    left: 21%;
}

.title {
    font-size: 80px;
    color: white;
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}
