body{
    background-image: url(/panels/LOSTPAGES/need.jpg);
    opacity: 0.55;
    background-repeat: space;
    opacity: 0.75;
    font-family: 'Courier New', Courier, monospace;
    color: rgb(0, 0, 0);
}
a{
    text-decoration: none;
    color: #000000;
}
a:hover{
    color: #06b46b;
    text-decoration: wavy;
}
header{
  
    background-color: rgba(125, 125, 125, 05);
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}
sub{
        font-size: 20px;
        font-weight: 300;
        text-align: center;
        font-style: italic;
}


h1{
    border: solid rgb(0, 0, 0) 1px;
    border-radius: 30px;
    background-color: skyblue;
    opacity: 4; 
}
h2{
    font-size: 30px;
    text-align: center;
    text-indent: 50px;
    font-style: italic;
}
p{
    text-indent: 100px;
}
nav{
    display: inline-flex;
    align-items: stretch;
    font-family: 'Courier New', Courier, monospace;
    list-style-type: none;
    margin: 0;
    padding: 2px;
    -ms-flex-align: start;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    
}
nav a{
    line-height: 1;;
    text-decoration: none;
    background: #d0d535e7   ;
    padding: 0px;
    margin: 5px;
    color: rgb(0, 0, 0);
    font-size: 18px;
}
nav a:hover{
    color: #000000;
    background-color: #eff22ae3;
    text-decoration: underline;
    
   
 
}
.gallery{
    display: block;
    column-count: 4; 
    column-gap: 10px;
    column-span: all;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    font-style: bold;
}


.footer {
        display: block;
        width: 100%;
        columns: 1fr 1fr;
        text-align: center;
        padding: 0px;
        font-family: 'Courier New', Courier, monospace;
        font-size: 12px;
        color: #000000;
        background-color: #ffffffbe;
    }
