body{
    font-family: 'Courier New', Courier, monospace;
    margin: 5px;
    padding: 10px;
    background-image: url(/img_compressees/j0Urn$y.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}
a{
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}
a:hover{
    color: #e8392f;
    text-decoration: underline;
    font-weight: bold;
}
body{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
}
header{
    text-align: center;
    padding: 7px;
    font-weight: 400;
    font-size: 60px;
}
sub{
    text-align: center;
    padding: 5px;
    font-size: 23px;
    font-weight: 300;
    
    font-style: italic;
}
.gallery{
    display: flex;
    flex-direction: row;
    font-family: 'Courier New', Courier, monospace;
    justify-content: space-evenly;
    align-items: center;

}
.item{
    inset-inline: 0;
    inset-block: 0;
    margin: 10px;
    padding: 10px;
    text-align: center; 
}
.gallery-image{
    display: block;
  
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

h3{ 
    font-family: 'Courier New', Courier, monospace;
    font-size: 11px;
    font-weight: 400;
}
.footercontainer{
    display: inline-block;
    block-size: auto;
    align-content: center;
    writing-mode: horizontal-tb;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    background-color: #ffffff00;
    font-size: 15px;
}
.dropdown{ 
    float: inline-end;
    margin: 1px;
    padding: 5px;
}
.qr{
    display: inline-block;
    align-content: center;
    margin: 1px;
    padding: 10px;

}
footer {
    text-align: center;
    padding: 20px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
}