* {box-sizing: border-box;}

body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 28px;
}

.og-scheme {background-color: rgba(241, 234, 255, 1);}
.erc-scheme {background-color: rgba(255, 255, 255, 1);}
.axom-scheme {background-color: rgba(0,74,150, 1);}
.bd-scheme {background-color: rgba(195,11,21, 1);}
.coll-scheme {background: linear-gradient(rgba(156,22,13, 1),rgba(82,24,20, 1));}
.reg-scheme {background: linear-gradient(rgba(0,83,165, 1),rgba(1,55,106, 1));}
.es-scheme {background: linear-gradient(rgba(255,255,255, 1),rgba(239,239,239, 1));}
.wm-scheme {background-color: rgba(11,115,94, 1);}

.og-scheme p {color: #3e1969;}
.erc-scheme p, .es-scheme p {color: #1c1c1c;}
.axom-scheme p, .bd-scheme p, .coll-scheme p, .reg-scheme p, .wm-scheme p {color: #f8f8f8;}

.bd-scheme .logo {width: 18%;min-width: 140px;}
.reg-scheme .logo {width: 30%;min-width: 200px;}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-height: 100%;
}

section {
    text-align: center;
    width: 70%;
}

img.logo {
    width: 25%;
    min-width: 180px;
}

@media only screen and (max-width: 640px) {

    section {
        width: 100%;
        padding: 30px;
    }

}