body {
    margin: 0;
    padding: 0;
    background: #fff;
    background-position: center top;
    min-height: 100vh;
    background: url(https://sarufo.com/files/sarufo.jpg);
    min-height: 100svh;
    background-size: cover;
    background-position: center;
}

body:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgb(255 255 255 / 85%);
    top: 0;
    left: 0;
}

.mla-content {
    max-width: 700px;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 14px;
    font-family: 'Montserrat', sans-serif;

    display: flex;
    flex-direction: column;

    min-height: 100vh;
    min-height: 100svh;

    position: relative;
    z-index: 1;
}

.one-full {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-ver {
    width: 100%;
}

.mla-content img {
    max-width: 160px;
    margin-bottom: 25px;
}

p {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
}

.hp {
    border-top: 1px solid #d9d9d9;
    padding-top: 12px;
}

span {
    font-weight: 500;
    letter-spacing: 3px;
    color: #fff;
    font-size: 12px;
    display: table;
    padding: 15px 20px;
    margin: auto;
    font-family: 'Special Elite', cursive;
}

a {
    color: #000;
    letter-spacing: 4px;
    font-size: 12px;
    text-decoration: none;
}

@media only screen and (max-width: 620px) {

    .mla-content {
        padding: 30px 20px;
    }

    .mla-content img {
        max-width: 130px;
        margin-top: 10px;
    }

    p {
        font-size: 11px;
        line-height: 20px;
        letter-spacing: 2px;
    }

    a {
        font-size: 11px;
        letter-spacing: 2px;
    }

    span {
        display: block;
        letter-spacing: 1px;
        font-size: 12px;
        line-height: 20px;
    }

}