body{
    font-family: 'Courier New', Courier, monospace;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000000;
}
* a:hover{
    color: #060cb4;
    text-decoration: wavy;
}
header{
    text-align: center;
    font-size: 45px;
    font-weight: 400;
    font-stretch: expanded;
  
}
.gallery{
    display: block;
    column-count: 4; 
    column-gap: 10px;
   
    column-span: all;
 
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-style: bold;
}
img{
    display: block;
    inline-size: 200px;
   
    margin: 10px;
}
h1{
    font-family: 'Courier New', Courier, monospace;
    text-align: center;   
}
p{
    block-size: 0.7fr;
    align-content: center;
}