h1 {
    color: #644117;
    font-size: 45px;
}


body {
    font-family: Verdana, sans-serif;
    font-size: 16px;
}

.main-page {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;

}


.main-page figure img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}


.main-page figure {
    text-align: center;
    max-width: 300px;
    margin: 0;
}



.main-page figcaption {
    margin-top: 8px;
    color: #644117;
    font-size: 30px;
}



/*Museum page*/

h2 {
    color: #644117;
}

.table-style {
    border: 1px solid black;
    border-collapse: collapse;
}

.table-style th,
.table-style td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
}