/* Reset some default styling */
body, h1, h2, h3, p, ul, ol, li, nav {
    margin: 0;
    padding: 0;
    font-family: "Bradley Hand ICT", cursive;
}


/* Basic styling */
body {
    font-family: "Bradley Hand ICT", cursive;
    background-color: #f5f5f5;
}


header {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1em;
    position: relative;
}


header h1 {
    font-size: 2em;
}


nav ul {
    list-style: none;
    margin-top: 1em;
}


nav ul li {
    display: inline-block;
    margin-right: 1em;
}


nav ul li button a {
    color: #333;
    text-decoration: none;
}


nav ul li button {
    background-color: #ffffff;
    width: 200px;
    height: 50px;
}


main {
    padding: 2em;
    color: #000;
}


#Website-Logo {
    position: absolute;
    left: 0;
    padding: 0.5em;
    width: 50px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 10px;
    top: 0;
    right: 0;
    margin: 10px;
}


.search-container {
    text-align: center;
    margin-bottom: 2em;
}


#search-bar {
    padding: 0.5em;
    width: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
}


#search-button {
    padding: 0.5em 1em;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 4px;
    margin-top: 15px;
    margin-right: 10px;
    block-size: 20px;
    width: 10px;
}


footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
}


button:hover, button:active {
    background-color: #fba1d2;
}


.container {
    min-height: 100%;
    position: relative;
    padding-bottom: 100px;
}


#hfooter {
    color: white;
}


#srfooter {
    color: white;
}


#qfooter {
    color: white;
}


.chutneyphoto {
    max-width: 300px;
}

/* Reset some default styling */
body, h1, h2, p, a, img {
    margin: 0;
    padding: 0;
}

/* Basic styling */
body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

header {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1em;
}

h1 {
    font-size: 1.5em;
}

.recipe-preview {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1em;
    margin: 2em;
}

.recipe-preview h2 {
    font-size: 1.2em;
}

.recipe-preview p {
    color: #888;
    margin: 0.5em 0;
}

.recipe-preview img {
    max-width: 100%;
    border-radius: 8px;
    margin: 1em 0;
}

.recipe-preview a {
    display: inline-block;
    background-color: #333;
    color: white;
    text-decoration: none;
    padding: 0.5em 1em;
    border-radius: 4px;
    margin-top: 1em;
}

.recipe-preview a:hover {
    background-color: #555;
}
