*
header img{
    width: 100%;
    height: 180px;
    padding-bottom: 1rem;
    display: block;
}
body{
	font-family: Verdana, arial, sans-serif;
	color: #343434;
}

h1{
 	font-family: Quando, arial, serif;
    font-size: x-large;
 	color: #173e43;
    padding-left: 5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 10px;
}

.banner-divider{
    height: 10px;
    background-color: #18286eef;
    margin-top: 10px;
}
.cabin {
    padding: 20px;
    margin: 20px 0;
    font-size: 1rem; 
    border: 1px solid #ccc;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.cabin-id{
    padding-bottom: 10px;
}
.cabin-photo img {
    width: 100%;
    width: 100%; /* or set a max-width */
    max-width: 400px;
    height: auto;
    display: block;
    margin-bottom: 15px;
    border-radius: 8px;
}
.container{
    max-width: 80rem;
    margin: 2rem auto;
}
.cabin-list ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
}
.description{
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.price-night,.price-week{
    line-height: 25px;
}

@media screen and (max-width: 800px){
}
footer {
    background-color: #18286eef;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.admin-button{
    font-size: large;
    background-color: #ffffff;
    padding: 20px 100px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
}
.admin-button:hover{
    background-color: #d9e5f6ee;
}

