

body {
    background-image: url("bg.PNG");
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: cover;
    background-position: relative; 
    margin: 0; 
    font-family: 'Times New Roman', Times, serif; 
  }
  .header {
    background-color: black;
    color: white;
    text-align: center;
    padding: 50px;
}
.webname {
    position: fixed;  
    top: 0;           
    right: 0;  
    padding: 10px;       
    width: 500px;    
    height: auto;     
    z-index: 9999;    
}
#container {
    font-size: 1 rem;
    position: fixed;
    bottom: 20%;
    left: 30%;
    color: black;
    text-shadow: 2px 2px 5px black; /* Adding visible text shadow */
    background: white;
    justify-content: center; /* Centers content horizontally */
    align-items: center; /* Centers content vertically */
    text-align: center;
    padding: 20px;
}


