        /* CLOISTER.CSS*/

/* based on writing quickstart */

* {
    box-sizing: border-box;
    }
    
    body {
    line-height: 1.5;
    font-size: 1.2em;
    font-family: monospace;
    }
    
    article {
    max-width: 80ch;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    }
    
    section {
    padding-bottom: 2rem;
    }
    
    
    /* TEXT TYPES */
    
    h1, h2, h3 {
    text-align: center;
    }
    
    section h1 {
    font-size: 3em;
    }
    
    h2 {
    margin-bottom: 1.5em;
    }
    
    sub-title {
        display: block;
        text-align: center;
    }
    
    img, figure {
    max-width:60ch;
    margin-left: auto;
    margin-right: auto;
    }
    
    
    /* Lists */
    
    
    ul {
    list-style-type: '◆ ';

    }
    
    li {
    margin-bottom: 8px;
    }
    
    dl {
    max-width:60ch;
    margin-left: auto;
    margin-right: auto;
    }
    
    
    
    /* Attractive Quotes */
    
    q::before {
    content: "‘"
    }
    
    q::after {
    content: "’"
    }
    
    q {
    font-style: italic;
    }
    
    /*SPANTAGS*/
    
    /*emphasis*/  
    b-s {
    display: inline;
    text-transform: uppercase;
    font-weight: bold;
    }
    