body{
    background-color: rgba(190, 4, 4, 0.894);
    margin: 0;

}
.wholepage{
    background-color: white;
    width: 80%;
    margin: 40px auto;
    padding: 20px;
    
    

}

table{ 
    width: 80%;
    background-color: black;
    color: white;
    margin:20px auto;
    padding: 10px;
    font-size: 30px;
    border: 2px solid;
    
}
h1{
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size:90PX;
    margin: 10PX auto;
    
}

p{
     margin:10px auto;
    width: 80%;
    font-size: large;
}
div img{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border: 20x solid;
    
}

.gallery{
    display: grid;
    grid-template-columns:
repeat(3,1fr );
    gap:20px;
    padding: 0 105px 105px;
    width: 80%;
    
}
 .gallery item{
    text-align: center;
}
.gallery-item img{
    width: 100%;
    max-height: 270px;
    object-fit: cover;
    border-radius: 5px;
    border: 2px solid;
   

}
.caption{
    font-size: 20px;
} 
