@import url('https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&family=WindSong:wght@400;500&display=swap');

body {
    background: #6a29a8;
    color: #ededed;

    font-family: "Alan Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

    font-size: 20px;
    line-height: 32px;

    padding-top: 100px;
}

p, ul, ol, .wp-block-heading{
    max-width: 800px;
    margin: 0 auto;
}

.special-font { /*only for short claims*/
    font-family: "WindSong", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    line-height: 1.5em;

    background: #67a829;
    color: #030303;

    padding: 32px;
    border-radius: 0.3em;
    box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3);
}

.special-box{
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1.5em;

    background: #67a829;
    color: #030303;

    padding: 32px;
    border-radius: 0.3em;
    box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3);
}

.wp-block-separator{
    border-top: 2px dotted;
    margin: 60px;
}

h1 {
    color: #fff;
    font-size: 60px;
    line-height: 1.2em;
    margin-bottom: 0.7em !important;
}

h2 {
    color: #fff;
    font-size: 32px;
    line-height: 1.3em;
    margin-bottom: 0.7em !important;
}

h3{
    color: #67a829;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0.7em !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.wp-block-image img{
    border-radius: 24px;
    max-width: 400px;
}

.wp-block-image.is-style-rounded img{
    border-radius: 50%;
    max-width: 100% !important;
}

.frm_forms{
    max-width: 800px;
    margin: 0 auto;

    background: #dfcdff;
    padding: 32px;
    border-radius: 14px;
}

@media only screen and (max-width: 600px) {
    body {
        font-size: 16px;
        line-height: 24px;
        padding-top: 0px;
    }

    h1 {
        font-size: 30px;
        line-height: 1.2em;
    }

    h2 {
        font-size: 21px;
        line-height: 1.3em;
    }

    h3 {
        font-size: 16px;
        line-height: 24px;
    }
}

footer {
    min-height: 250px;
    padding: 80px;
    margin-top: 80px;
}