html, body, div, h1, h2, h3, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    text-align: center;
    vertical-align: baseline;
}

body {
    background-color: #FFFFFF;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}

img {
    display: block;
    margin: auto;
    min-width: 307px;
}

@media only screen and (max-width: 600px) {
    img {
        width: 100%;
        height: auto;
    }
}

h1 {
    color: rgba(0, 0, 0, 0.90);
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h2 {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h3 {
    color: #000;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#top {
    width: 676px;
    height: 114px;
    flex-shrink: 0;
}

#contact {
    width: 676px;
    flex-shrink: 0;
}

body.style0 {
    background-color: #FFF;
}

body.style1 {
    background-color: #FFC107;
}

body.style1 h1 {
    color: rgba(0, 0, 0, 0.90);
}

body.style1 h2 {
    color: #000;
}

body.style1 h3 {
    color: #000;
}

body.style2 {
    background-color: #6F42C1;
}

body.style2 h1 {
    color: #EE82EE;
}

body.style2 h2 {
    color: #FFC107;
}

body.style2 h3 {
    color: #1F0B8E;
}

body.style3 {
    background-color: #FEDC72;
}

body.style3 h1 {
    color: #FA72C2;
}

body.style3 h2 {
    color: #1F0B8E;
}

body.style3 h3 {
    color: #1F0B8E;
}

body.style4 {
    background-color: #007BFF;
}

body.style4 h1 {
    color: #FA72C2;
}

body.style4 h2 {
    color: #1F0B8E;
}

body.style4 h3 {
    color: #1F0B8E;
}

body.style5 {
    background-color: #28A745;
}

body.style5 h1 {
    color: #FA72C2;
}

body.style5 h2 {
    color: #1F0B8E;
}

body.style5 h3 {
    color: #1F0B8E;
}
