@font-face {
    font-family: 'Comic Sans MS';
    src: local('Comic Sans MS'), local('ComicSansMS'),
        url('fonts/ComicSansMS.woff2') format('woff2'),
        url('fonts/ComicSansMS.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comic Sans MS';
    src: local('Comic Sans MS Italic'), local('ComicSansMS-Italic'),
        url('fonts/ComicSansMS-Italic.woff2') format('woff2'),
        url('fonts/ComicSansMS-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Comic Sans MS';
    src: local('Comic Sans MS Bold Italic'), local('ComicSansMS-BoldItalic'),
        url('fonts/ComicSansMS-BoldItalic.woff2') format('woff2'),
        url('fonts/ComicSansMS-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Comic Sans MS';
    src: local('Comic Sans MS Bold'), local('ComicSansMS-Bold'),
        url('fonts/ComicSansMS-Bold.woff2') format('woff2'),
        url('fonts/ComicSansMS-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
    background-image: url('../img/tile-merc-bg.gif');
    padding: 0;
    margin: 0;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
}

.container {
    width: 50%;
    margin: 5% auto 0;
    background-color: #fff;
    padding: 2% 5%;
}

h1 {
    text-align: center;
    color: #ffa500;
    font-size: 3vw;
}

h3 {
    text-align: center;
    color: #ffa500;
    font-size: 30px;
}

.container img {
    width: 100%;
}

ul {
    text-align: center;
    list-style-position: inside;
    padding-left: 20px;
    list-style-image: url("../img/bullet02.gif");
}

ul li {
    line-height: 2.3;
}

a {
    color: #20a53a
}

ul.inline {
    text-align: center;
}

ul.inline li {
    float: left;
    margin-left: 10px;
}

iframe {
    width: 684px;
    height: 529px;
    margin: 0 auto;
    display: block;
    /* transform: scale(1); */
    transform: scale(var(--vw-scale));
    transform-origin: top left;
}

.container-televideo {
    padding: 20px 0;
}

.container-badge {
    text-align: center;
}

.container-more-stuff {
    text-align: center;
}


.separtor {
    padding: 20px;
    text-align: center;
}

.separtor img {
    display: inline-block;
}

.animbar {
    background-image: url("../img/anibar.gif"); /* The image used */
    height: 2px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: repeat-y; /* Do not repeat the image */
}

@media screen and (max-width: 600px) {
    .container {
        width: 80%;
        margin: 5% auto 0;
        padding: 2% 5%;
    }

    h1 {
        font-size: 20px;
    }
}

.noscale {
    text-align: center;
}

.noscale img {
    width: auto;
    display: inline-block;
}
