@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

.font-eb {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.font-u {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 900;
    font-style: normal;
}

body {
    background: #e2a872;
}

main {
    margin: 0 20%;
    padding-bottom: 3em;
    background: linear-gradient(#FFF8EE, #FFF8EE);
    background-size: 100% 1070px, 100%, 100%;
    overflow: hidden;

    @media screen and (max-width: 959px) {
        margin: 0 0;
        padding-bottom: 0;
        background-size: 100% 420px, 100%, 100%;
    }
}

h2 {
    margin-top: 1em;
    width: 90%;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    overflow: hidden;
    font-size: 150%;

    @media screen and (max-width: 959px) {
        font-size: 120%;
    }

    @media screen and (max-width: 459px) {
        font-size: 90%;
    }
}

h2:before,
h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35%;
    height: 1.5px;
    background-color: black;
}

h2:before {
    left: 0;
}

h2:after {
    right: 0;
}

.b-mes {
    font-size: 150%;
}

.m-mes {
    font-size: 120%;
}

.s-mes {
    font-size: 70%;
}

.blue {
    color: #184AF0;
}

.red {
    color: #ED3825;
}

.green {
    color: #0EA82C;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.block {
    display: block;
}

@media screen and (max-width: 459px) {
    p {
        font-size: 12px;
    }
}