body {
    margin: 0%;
}

.header {
    display: flex;
    height: 100px;
    width: auto;
    background-color: #4C3327;

    justify-content: end;
    color: white;
    align-items: center;
    gap: 50px;
}

ul {
    display: flex;
    list-style-type: none;
    gap: 56px;
    font-size: 28px;
    font-family: Inter;
}

.entrance1 {
    display: flex;
    flex-direction: column;
}

h2,p {
    font-family: Inter;
}

p {
    font-size:x-large;
}

.button {
    border-radius: 12px;
    font-family: Inter;
    background-color:#4C3327;
    width: 190px;
    height: 53px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
}

.pictureentrance {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.mpictures {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;

}

.closure{
    margin-top: 50px;
    display: flex;
    
    flex-direction: column;
    align-items: center;
}

.button2 {
    border-radius: 12px;
    font-family: Inter;
    background-color:#4C3327;
    width: 190px;
    height: 53px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
}

.cblock {
    display: flex;
    height: 300px;
    width: auto;
    background-color:#965F44;
    margin-top: 100px;
    justify-content: center;
    color: white;
    align-items: center;
    gap: 50px;
    font-family: Inter;
}