body {
    margin:0;
    padding:0;
    background: url(https://virimpex.rs/files/bg.jpg);
    background-position: center top;
    height: 100%;
}

/*body:before {
    content: '';
    position: absolute;
    background: rgb(20 20 20);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .88;
}*/

.mla-content {
    position:relative;
    z-index:1;
}

.mla-content {
    max-width: 740px;
    margin: auto;
    text-align: center;
    padding: 30px 20px;
    box-sizing: border-box;
    margin-top: 15vh;
    border-radius: 14px;
    font-family: 'Poppins', sans-serif;
    z-index: 1;
    position: relative;
    height: 100%;
    align-self: center;
}

.mla-content img {
    max-width: 210px;
    width: 100%;
}

.info {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    margin-top: 22px;
    margin-bottom: 60px;
    background: #c8243f;
    color: #FFF;
    display: table;
    padding: 22px 25px;
    margin-left: auto;
    margin-right: auto;
}

span {
    font-weight: 400;
    letter-spacing: 2px;
    display: block;
    color: #58595b;
    font-size: 13px;
}

@media only screen and (max-width: 520px) {
    .mla-content {
        margin-left:10px;
        margin-right:10px;
    }
    
    h1 {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 9px;
    padding: 6px 20px;
    }
}