.body {
            font-family: Arial, sans-serif;
            margin: 0;
            background: #dbdcd8;
        }

.header {
            background: #36526d;
            color: #ffffff;
            padding: 20px 0;
            text-align: center;
            font-size: 2em;
            letter-spacing: 2px;
        }
.container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            padding: 40px 0;
        }
.product-box {
            background: #cdcfde;
            border-radius: 10px;
            box-shadow: 0 2px 8px rgba(174, 134, 134, 0.1);
            width: 250px;
            padding: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
.product-title {
            font-size: 1.5em;
            margin-bottom: 10px;
            color: #36526d;
            font-weight: bold;
        }

.product-desc {
            font-size: 1em;
            color: #333333;
            text-align: center;
            margin-bottom: 15px;
        }

        
.vanligtekst { font-family: Arial, sans-serif; font-size: 15px; line-height: 1.5; margin: 20px; }