body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/images/20171018_101905.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

p {
    text-align: justify;
}

.img-uniform {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
}