body {
    background-color: #141518;
}

.boda {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0%, -50%);
}

.container {
    width: 100%;
    max-width: 550px;
    display: block;
    margin-bottom: 100px;
    font-size: 0;
}

.container img {
    width: 300px;
    height: 300px;
}

.span {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 33px;
    color: #fff;
}
.pg {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    margin-bottom: 0;
    color: #fff;
}

.footer {
    margin-top: 20px;
}

.footer-span {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
}

.footer-span.bold {
    font-weight: 800;
}