body {
    background-color: pink;
    margin: 0;
    font-family: Arial, sans-serif;
    text-align: center;
    color: rgb(131, 1, 61);
}
header {background-color: rgb(177, 96, 136);
    color: rgb(131, 1, 61);
    text-align: center;
    padding: 30px;
    margin-bottom: 20px;
       
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.photo {
    width: 600px;
    height: 650px;
    margin-bottom: 20px;
}



.buttons button {
    background-color: rgb(131, 1, 61);
    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: 300px;
    height: 350px;
    display: inline-block;
    margin-bottom: 20px;
}
p{
text-align:justify;
padding: 30px;
}
.photo2{
    width: 500px;
    height: 600px;
}
table{
    margin-bottom: 300px;
}