body{
    background-color:#d0b9a7;
    text-align: center;
}

header{
    background-color:#b9937b;
    padding: 5px;
    text-align: center;
    align-items: center;
}

hr{
    border-style: double;
    border-color: #462817;
    border-radius: 10px;
    border-width: 5px;
    margin: 40px;
}

h1{
    color: #462817;
    font-family:'Courier New', Courier, monospace;
}

p{
    color: #462817;
    font-size: 20px;
    font-family:'Courier New', Courier, monospace;
    font-weight: bold;
}

button{
    background-color: #b08463; 
    border: none;
    color: #462817;
    padding: 10px 40px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
    border-style: solid ;
    border-color: #714329;
    display: block;
    margin: auto;
    font-family:'Courier New', Courier, monospace;
    font-weight: bold;
}

a{
    text-decoration: none;
}

.gallery{
    display: flex;
    justify-content: center;
    gap: 2px;
}

.card{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin-inline: 50px;
    margin-bottom: 30px;
}

img{
    height: 300px;
    width: auto;
    border-radius: 10px;
    border-style: solid ;
    border-color: #714329;
    box-shadow: -3px 3px 15px #462817;
    margin: 5px;
}

.main{
    height: 500px;
    width: auto;
}