body {
    background-color: rgb(120, 248, 196);
    margin: 0;
    font-family: Arial, sans-serif;
    text-align: center;
    color: rgb(0, 0, 0);
}
header {background-color: rgb(70, 182, 220);
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 30px;
    margin-bottom: 20px;
       
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.photo {
    width: 600px;
    height: 650px;
    margin: 20px;
}



.buttons button {
    background-color: rgb(247, 130, 52);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.buttons button:hover {
    background-color: darkgray;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 10px;
}
.grid-container img {
    max-width: 100%;
    height: auto;
}
.photo1 {
    width: 350px;
    display: inline-block;
    margin: 20px;
    height: 300px;
}
p{
text-align:justify;
padding: 30px;
}
.photo2{
    width: 600px;
    height: 500px;
    margin: 10px;

}
table{
    margin-bottom: 300px;
}
.photo3{
    width: 600px;
    height: 500px;
    margin: 10px;
}
.photo4{
    width: 600px;
    height: 500px;
    margin: 10px;
}