.menu {
    background-color: gold;
}
.main {
    background-color: #ffffff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.photos{
    background-color: #595957;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer {
    background-color: #0f0909f3;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.menu ul {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.menu li {
    display: inline-block;
    text-align: center;
}
.menu li a {
    display: inline-block;
    height: auto;
    width: 150px;
    color: #333333;
    background-color: #f9f5f5;
    padding: 10px;
    margin: 4px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.menu li a:hover{
    background-color: #b7bb95;
}

.footer ul {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer li {
    display: inline-block;
    text-align: center;
}
.footer li a {
    display: inline-block;
    height: auto;
    width: 150px;
    color: #0b0b0b;
    background-color: #f5f5f5;
    padding: 10px;
    margin: 4px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.footer li a:hover{
    background-color: #c0c0c0;
}
h1 {
    color: #10100f;
    font-weight: bold;
    font-size: 36px;
}
.main h2 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    padding: 10px;
    background-color: #d5d36e;
    color: #0f0f0f;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
}
.photos h2 {
    color: #fbfb03;
    font-size: 28px;
}
.footer h2 {
    color: #d6d599;
}
.footer P {
    color: #e0dfb5;
}