body {
    background-image: url('../bilder/testgrund.jpg');
    background-repeat: no-repeat;   
    background-size: cover;         
    background-position: center;    
    background-attachment: fixed;  
}
.rubrik {
    text-align: center;
     font-family: "Comic Sans MS"; 
     font-style: italic;
}
img {
    width: 160px;
    border: 3px outset rgb(108, 83, 234);
    border-radius: 15px;
    margin: 10px;
}

img:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.content {
    border: 2px solid black;
    max-width: 800px;
    margin: 40px auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
#text {
    display: none;
}
.produkter {
    border: 2px solid rgba(195, 205, 247, 0.459);
    margin: 10px;
    padding: 10px;
    border-radius: 40px;
    background-color: white;
     font-family: "Comic Sans MS"; 
}
.saker {
    border: 2px solid rgb(13, 13, 104);
    border-radius: 15px;
    padding:  15px;
    margin: 15px;
    background-color: white;
    display: flex;          
    align-items: flex-start;
    gap: 20px;              
    margin-bottom: 30px;    
}

.saker img {
    width: 180px;           
    border-radius: 15px;     
}

.inuti {
    flex: 1;
}              
.inuti strong{
    display: block;
    font-size: 1.2em;
    margin-bottom: 10px;
}
#text1,
#text2,
#text3,
#text4,
#text5 {
    display: none;
}