body {
  
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative; 
    min-height: 100vh;
    background-color: black;
    background-image: url(../storage/trees.jpg);
}


body::after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 1;
    background: radial-gradient(ellipse at center, rgba(245, 2, 2, 0) 60%, rgba(255, 255, 255, 0.6) 100%);
}


h2 {
    color: rgb(255, 255, 255);
    text-shadow: 4px 4px 4px rgb(66, 66, 66);
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
}

main {
    background-color: rgb(0, 0, 0);
    min-height: 700px;
    max-width: 1100px;
    margin: auto;
    
}


.desctext{
    margin-left: 20px;
    font-size: small;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    font-family: "Sitka Text", "Georgia", "Times New Roman", serif;
    font-style: italic;
}

.head {
    
    display: flex;
    flex-direction: row;
    justify-content: center;        
    max-width: 1100px;  
    min-height: 0vh;  
    padding: 2rem; 
    background-color: black;
    background-size: cover;
    
}

.headcolumn {
    
    display: flex;
    flex-direction: column;
    justify-content: center;        
    max-width: 1100px;  
    min-height: 0vh;    
    padding: 2rem; 
    background-color: black;
    background-size: cover;
    
}


.titletext {
    margin-left: 20px;
    font-size: large;
    margin-right: auto;
    margin-left: auto;
    color: rgb(255, 255, 255);
    font-family: "Sitka Text", "Georgia", "Times New Roman", serif;
    font-style: italic;
}


.exit {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-family: "Sitka Text", "Georgia", "Times New Roman", serif;
    font-style: italic;
    

}
