.cls-container {
    background-color: #ecf0f5;
    text-align: center;
}

.bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cls-content {
    position: absolute;
    background-color: white;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 15px;
    display:flex;
    flex-direction: row;
    gap: 50px;
    width: 820px;
    height: fit-content;
    padding:30px 50px 30px 30px;
}

.cls-content img {
    width: 220px;
    height: auto;
}

.cls-content p {
    font-family: 'overpass-kpax', sans-serif;
    font-weight: 400;
    color: #004f66;
    font-size: 15px;
    line-height: 1.5;
}

.cls-content p.signature {
    width:100%;
    text-align: right;
    margin-top:30px;
    font-weight:700;
}

.cls-content p .mvp-name {
    font-weight:700;
}

h1 {
    font-family: 'overpass-kpax', sans-serif;
    font-weight: 700;
    color: #00bbd6;
    text-transform: uppercase;
    font-size: 16px;
}

.hidden {
    display: none;
}