header {
    background-image: linear-gradient(45deg,gold,red);
    background-size: cover;
    background-position: center;
    color:black;
    text-align: center;
    padding: 20px;
}

header h1 {
    font-size: 3em;
    margin-bottom: 10px;
}


nav {
    
    background-color: #333;
    color: white;
    padding: 10px 0;
    text-align: center;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

nav a:hover {
    background-color: #555;
}

body {
    font-family: Arial, sans-serif;
    color: black;
}

section {
    background-image: linear-gradient(45deg, gold, red);
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

footer p {
    font-size: 0.8em;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

h2, h3 {
    text-align: center;
}

.ingredienser-lista {
    text-align: left;
    margin: 0 auto;
    padding-left: 20px;
    max-width: 600px;
}

ul.ingredienser-lista li {
    font-size: 1.1em;
    line-height: 1.6em;
}

p {
    text-align: center;
    font-size: 1.1em;
    max-width: 600px;
    margin: 10px auto;
}

img{
    align-items: center;
    width: 150px;
    height: 150px;
}
