html,
body {
    margin: 0;
    padding: 0;
    background-color: rgb(217, 240, 181);
    min-height: 100%;
    font: 22px/1 tahoma;
    text-align: center;
    background-image: url("/img/back1.jpg");
    background-position: center;
}

header {}

div {
    padding: 1px;
    border: 0px solid;
}

a {
    text-decoration: none;
    color: black;
}


.logo-container {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px;
    min-width: 440px;
}

.logo-image {
    width: 50%;

    max-width: 600px;
}

.logo {
    font-size: 65px;
    font-weight: 700;
    width: fit-content;
    padding-bottom: 4px;
}


.content-item:nth-child(n+2) {
    margin-top: 30px;
}

.about-Livemaster {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.liveMasterLogo {
    margin-top: 7px;
}

.social-contacts-container {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.social-logo {
    display: inline-flex;
    max-width: 200px;
}

.vkImage {
    width: 100%;
}

.insta-disclaimer {
    font-size: 12px;
}

.messengers-container {
    display: flex;
    flex-direction: column;
    width: 70%;
    min-width: 420px;
}

.msgr-item1 {
    background-image: url(/img/WALogo_alone60x56.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 60px;
    line-height: 60px;
    text-align: left;
    vertical-align: middle;
    padding-left: 70px;
}

.msgr-item {
    display: flex;
    align-items: center;
}

.msgr-icon {
    width: 60px;
    height: 56px;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.msgr-text {
    width: 100%;
    text-align: justify;
    height: 100%;
    padding-left: 15px;

}

.wa-icon {
    background-image: url(/img/WALogo_alone60x56.png);

}

.tg-icon {
    background-image: url(/img/TGLogo_alone60x56.png);
}

.liveMasterLogo {
    max-width: 300px;
}

.lmImage {
    width: 100%;
}

.slogan {}

.main-content {

    padding: 10px;
    border: 0px solid;

    display: inline-flex;
    flex-direction: column;
    align-items: center;

    max-width: 800px;
    min-width: 400px;
}