body {
    font-family: Arial, sans-serif;
    color:black;
}


header {
    background-image: url("husmannen.jpg");
    background-size: 100%;
    height: 380px;
    color:black;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    
}

header h1 {
    font-size: 3em;
    margin-bottom: 10px;
    transform: translateY(250%);
    background: linear-gradient(45deg,gold,red);
    background-clip:text;
    -webkit-text-fill-color: transparent;
}

.vänster{
    float: left;
}

nav {
    
    background-color: #333;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    width: 100%;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

nav a:hover {
    background-color: #555;
}

section{
    background-image: linear-gradient(45deg,gold,red);
    padding-top: 20px;
    padding-bottom: 20px;
    text-align:center;
}

footer p {
    font-size: 0.8em;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    position: relative;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
   
}

ul{
    padding:0;
}

a{
    padding:0;
}

footer p {
    font-size: 0.8em;
}

a{
    text-decoration: none;
    color:#333;
}

#receptlista{

    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    display: grid; 
    margin: 0;
    font-size: 4em;
    background-image: linear-gradient(45deg,gold,red);
    text-align: center;
    color: #333;
    
}

img{
    width: 150px;
    height: 150px;
    float: right;
}

#kockbild{
   float: none;
   width: 225px;
   height: 150px;
}

#köttbulle{
    border-style:solid;
    
    text-decoration: none;
    
    
}
#blodpudding{
    border-style:solid;
   
}
#kalops{
    border-style: solid ;
}
#pannkaka{
    border-style: solid;
    
}
#gröt{
    border-style: solid;
    
}
#schnitzel{
    border-style: solid;
   
}
#stroganoff{
    border-style: solid;
    
}
#wallenbergare{
    border-style: solid;
    
}
#raggmunk{
    margin: 0;
    border-style: solid;
    padding-bottom: 0;
}
