 body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-image: url('../bilder/backgrundjäm.jpg');
     background-repeat: no-repeat;   
    background-size: cover;         
    background-position: center;    
    background-attachment: fixed;   
}

h1 {
    margin-top: 20px;
    color: aliceblue;
    text-shadow: 2px 2px 4px black;
}

.selectors {
    margin: 20px;
     text-shadow: 2px 2px 4px black;
}

select, button {
    padding: 10px;
    margin: 5px;
}

.comparison {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    
}

.product {
    background: white;
    padding: 15px;
    width: 250px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.product img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}