html, body {
    background-color: #461c47; 
}

.pink {
    background-color: #fff3fd; 
}

.logo {
    max-width: 480px; width: 100%;
}

.plus {
    max-width: 35px; margin: 25px !important;
}

.plus-block {
    width: 100%; float: left; display: flex; justify-content: center; align-items: center; position: relative; 
}

.plus-block .container{
    min-height: 100px; 
}

.hide-plus .plus {
    opacity: 0;
}

p, div, span, table td, h2, h1, a.url a.url:link, a.url:visited, a:link, a:visited {
    font-family: Arial;
    color: #92268f; 
    font-size: 17px;
}

.plus-block p {
    margin: 0;
}

a.url {
    text-decoration: underline;
}

h2 {
    font-size: 25px;
    text-transform: uppercase;
}

.mainPic {
    max-width: 200px;
    width: 100%;
}

@media (max-width: 1023px) {
    .plus {
        display: none;
    }

}

@media (max-width: 1023px) {

    .plus-block .container{
        min-height: 100px; padding: 25px;
    }

    .line {
        margin-top: 25px;
        margin-bottom: 25px;
    }

}
