*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{background: radial-gradient(rgba(255, 2, 2, 0.519), rgba(246, 246, 246, 0.905));
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    line-height: 1.28;
}
header{
    text-align: center;
    padding: 20px;
    border: rgba(rgb(12, 12, 12), rgb(0, 0, 0), rgb(0, 0, 0), 0.85), solid 1px;
    border-radius: 10%;
    margin-bottom: 20px;
}

a{
    text-decoration: none;
    color: #000000;
}
a:hover{
    color:  #075fe2f3;
    font-weight: 500;
    text-decoration: underline;
    
}


header{
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    font-stretch: expanded;
  
}
.home_button{
    float: Right;
    font-family: 'Courier New', Courier, monospace;
    background-color: #b14b4b91;
    border: none;
    color: rgb(0, 0, 0);
    border: 10px;
    text-align: center;
    border-radius: 25px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
}
  .home-button:hover {
    background-color: #4cbbb9c7;
}
main{
    columns: 3;
    column-width: auto;
    font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    margin: 10px;
    padding: 10px;
    border: rgba(150, 5, 34, 0.85) double 1px;
    border-radius: 5%;
    background-color: #ffffffd1;
}
.gallery{
    columns: 300px, 3;
    column-gap: 5px;
    
}
h1{
    font-family: 'Courier New', Courier, monospace;
    text-align: center;   
}
p{
    block-size: 0.7fr;
    align-content: center;
}
img{
    display: block;
}
h2{
    text-align: start;
    text-indent: 50px;
}
.dehumanized{
    display: inline block;
    
}
caption{
    display: inline-flex;
}
.gallery{
    display: flexbox;

}
.gallery-img{
        display: inline-flex;
        -ms-flex-align: center;
}

.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;

}
