@font-face {
    font-family: 'Courier Prime';
    src: url('subset-CourierPrime.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Courier Prime';
    src: url('subset-CourierPrime-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Courier Prime';
    src: url('subset-CourierPrime-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Courier Prime';
    src: url('subset-CourierPrime-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto; max-width: 100%;}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}figure{display: block;margin-block-start: 0;margin-block-end: 0;margin-inline-start: 0;margin-inline-end: 0;}

@media only screen and (max-width: 550px){
    html{
        background-color: blueviolet;
    }
    .all{
        padding: 0 !important;
        margin: 1rem auto 7rem;
        width: 90%;
        font-size: 15px;
        color: black;
        line-height: 1.3;
    }
}
@media only screen and (min-width: 550px) {
    
    .all{
        font-size: 1rem;
        line-height: 1.3;
        margin: 5em 2.5em 2.5em;
        max-width: 30em;
    }
}
        html{
            background-color: whitesmoke;
        }
        .all{

        color: rgb(72, 53, 198);
            font-family: 'courier prime';
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
        }
        a,a:visited{
            color: slateblue;
        }
        .sign{
            color: firebrick;
        }
        figure, figure img{
            max-width: 60vw;
            margin: 1em auto;
        }
        ul{
            margin: 1em 1.5em;
            list-style:disc;
        }
        /*
        .gallery{
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            max-width: 90% !important;
        }
        .gallery figure{
            flex: 1;
            padding: 5px;
        }
        */