body {
    font-family: 'Playfair Display', serif;
    line-height: 1.6;
    background-color: #f8f9fa;
    color: #333;
    padding: 20px;
}

.topnav a {
    color: rgb(0, 0, 0); /* Ændrer linkets farve fra blå til en bestemt farve */
    text-decoration: none; /* Fjerner understregningen fra links */
    font-size: 18px;
    padding: 10px;
}

img{
    height: auto;
    width: 250px;
}

.column {
    float: left;
    width: 50%;
  }


.column {
    padding: 5px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.ikea{
    margin-right: 20px;
    height: auto;
    width: 410px;
    display: inline-block;
    
}

.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* https://www.w3schools.com/howto/howto_css_image_center.asp */