body {
    
    background-color: whitesmoke;
    -webkit-font-smoothing: antialiased;
    margin: 50px;
}

 article {

     color: #5b3e22;
     text-align: left;
     max-width: 35rem;
     line-height: 1.3       
}

header {
    
}

.sub {
    
    margin: 2px;
    font-style: italic;
    text-align: center;
}
    
.small {
    
    height: 300px;
}

figure {
    
    margin: 0px;
    margin-top: 20px;
}

figure img {
            
    justify-content: center;
    object-fit: cover;
    max-width: 19rem;
    height: 200px;
    width: 100%;

}

.tall {
    
    max-width: 17rem;
}

.notpic {
    

    width: 100%;
    height: 100%;
}

 figure p {
            
            color: grey;
        }

h1 {
    
    font-family: 'voxel', 'baskerville';
    margin: 0px;
    font-style: normal;
    font-size: 2.3rem;
}

h1, h2, h3 {
    
    font-weight: 100;
}

h2 {
    color: darkblue;
    font-size: 20px;
}

h2::before {

    content: '⟣ ';
}

a {
    
    color: orchid;
    text-decoration: none;
}

a:hover {
    
    font-style: italic;
}

 
        table {
            
            
            border-collapse: collapse;
        }
        
        tbody {
            
            vertical-align: middle;
            
        }
        
        th {
            
            background-color: plum;
            padding: 5px 10px;
            font-weight: normal;
            border: 1px solid plum;
        }
        
        td {
            
            
            border: 1px solid plum;
            padding: 5px 10px;
            
        }
        
        tr:nth-child(odd) {
            
            background: white;
        }


li {
            
            list-style: none; 
        }
        
         li::before {
            
            background-image: none;
            content: '⚘ '
        }
        
        summary li:hover {
            
            
            text-decoration: underline dotted 2px blue;
            color: blue;
            cursor: pointer;
        }
        
        ul p {
            
            margin: 10px 0rem 10px 35px;
        }
        
        details summary {
            
            list-style: none;
        }
        

.pink {
            
    background-color: lavenderblush;
    
}
    
.yellow {

    background-color: #FEF7D4
}
        
.blue {

    background-color: #DBF1FB;    
}

.purple {
    
    background-color: lavender;
}

body {
            
            background: radial-gradient( aliceblue 50%, skyblue);
            background-attachment: fixed;
        }
        
        blockquote {
            
            color: darkblue;
        }
        
        p {
            
            color: darkblue;
        }
        
        hr {
            
            border: none;
            border-top: 1px solid blue;

        }
        
        img {
            
            box-shadow: 0px 0px 5px deepskyblue;
        }
        
        h2 {
            
            color: darkblue;
            border-bottom: 1.5px dotted
        }
        
        h1 {
            
            color: blue;
            text-decoration: 2px dotted underline;
        }
        
        span {
            
            font-style: italic;
        }    
        
        ol li{

            color: darkblue;
            list-style: decimal;
        }
        
        ul li {
            
            list-style: disc;
        }
        li::before {
            
            content: none;
        }
        
        header {
            
            display: flex;
            justify-content: space-between;
        }
        
        header p {
            
        }
        
        .smaller {
            
            max-width: 150px;
            margin: 15px;
            border-radius: .3rem;
        }
        
        a {
            
            color: blue;
        }
        
        ul {
            
            color: darkblue;
        }
        
        .fn {
            
            font-size: .9rem;
        }
        
        figure {
    
            margin-top: 20px;   
            margin-left: 1rem;
        }

        figure img {
      
            
            height: 100%;
            
        }
        
        .small {
            
            width: 250px;
            height: 150px;
        }
        
        summary h3 {
            margin-bottom: 0px;
        }
        
        summary h3::before {
            
            content: '⤵ '
        }
        
        summary:hover {
            
            cursor: pointer;
        }
        
        figure p {
            
            font-size: smaller;
            color: dodgerblue;
        }
        
        .gallery img {
            
            object-fit: cover;
            max-width: 150px;
            height: 150px;
            

        }
        
        .gallery img:hover {
            
            transform: scale(1.1);
        }