@font-face {
    font-family: 'Desyrel';
    src: url('Desyrel.woff2') format('woff2'), url('Desyrel.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

#wrapper {
    max-width: 436px;
    margin: 12px auto;
    border: 4px solid #000;
    padding: 8px;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
    position: relative;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

header {
    gap: 6px;
    display: flex;
}

article {
    margin: 7px 0;
    padding: 10px 10px;
    background: #AEE0E7;
}

footer {
    padding: 8px 10px;
    background: #00ABBC;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.center {
    text-align: center;
    font-size: 26px;
    line-height: 31px;
}

.font {
    font-size: 19px;
    line-height: 23px;
}

h1 span {
    font-weight: normal;
}

h1 small {
    font-size: 21px;
    display: block;
}

h1 {
    margin: 8px 0;
    font-size: 26px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
}

h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: normal;
    font-family: 'Desyrel';
    background: #00ABBC;
    color: #fff;
    padding: 10px 20px 10px 10px;
    flex: 1 1 0;
    display: flex;
    justify-content: end;
    align-items: flex-end;
}

a {
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.nobr {
    white-space: nowrap;
}

ul {
    margin: 0 0 10px;
    list-style: none;
}

ul li {
    padding-left: 12px;
    position: relative;
}

ul li:before {
    content: "\2010";
    margin-left: 0;
    font-size: 18px;
    position: absolute;
    top: -1px;
    left: 0;
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width:435px) {
    #wrapper {
        margin: 0px;
        border: none;
    }

    article {
        padding: 10px 16px;
    }

    h2 {
        padding: 10px;
    }

    .br br {
        display: inline;
    }

    br {
        display: none;
    }

}