/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
*/

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}
.category-block {
    height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    text-decoration: none;
}


#header h1 {
	text-align:center;
}

#header a{
	color: #9f6129;
    text-decoration: none;
}