.container{background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;min-height:100vh;background-color:var(--component-background-color);background-image:var(--component-background-image);border-top:var(--component-header-border-top);font-family:var(--font-family-1-name)}.container h3{color:var(--black-color)}.container h4{color:var(--light-gray-color)}@media screen and (max-width: 575px){.container{background:var(--background-white)}}
