body {
  background: linear-gradient(to right, #f5f5f5, #e0e0e0);
  font-family: 'Lora', serif;
  color: #333;
  margin: 0;
  padding: 0;
}

header {
  position: relative;
  width: 100%;
  height: 80px;
  background: #ffffff;
  border-bottom: 3px solid #555;
}

main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 4fr;
  grid-template-rows: 0.5fr 0.5fr;
  row-gap: 30px;
  column-gap: 20px;
  background: #ffffff;
  padding: 20px;
}

h1, h2, h3, h4 {
  color: #222;
  font-family: 'Merriweather', serif;
  padding-bottom: 20px;
}

p {
  font-size: 17px;
  line-height: 1.4;
  color: #444;
}

a {
  color: #2980b9;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #d35400;
}

.welkom {
  grid-row: 1 / 2;
  grid-column: 1 / 6;
  padding-top: 10px;
}

figure {
  grid-row: 1 / 5;
  width: 100%;
  grid-column: 7 / 8;
}

.bodoni {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}

.bell {
  grid-row: 2 / 3;
  grid-column: 3 / 4;
}

.franklin {
  grid-row: 2 / 3;
  grid-column: 5 / 6;
}

p {
  font-size: 17px;
  line-height: 1.4;
  color: #444;
}

a {
  color: #2980b9;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #d35400;
}

footer {
  grid-row: 3 / 3;
  grid-column: 1 / 8;
  position: relative;
  width: 100%;
  height: 30px;
  background: #ffffff;
  margin-top: 40px;
  border-top: 3px solid #555;
  text-align: center;
}

.desktop-menu {
  position: absolute;
  right: 20px;
  top: 30px;
}

.desktop-menu ul {
list-style: none;
padding: 0;
margin: 0;
}

.desktop-menu li {
  display: inline;
  margin-right: 15px;
}
.desktop-menu ul li {
display: inline-block;
margin: 0 15px;
}

.desktop-menu ul li a {
  text-decoration: none;
  color: #555;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  transition: color 0.3s ease;
}

.desktop-menu li a:hover {
  color: #d35400;
}

.mobile-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .desktop-menu {
    display: none; 
  }

  .mobile-menu {
    display: block;
    text-align: left;
    padding: 10px;
  }

  .mobile-menu summary {
    font-size: 24px;
    background: #ffffff;
    padding: 10px;
    border: 2px solid #555;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
  }

  .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #555;
    width: 200px;
  }

  .mobile-menu ul li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
  }

  .mobile-menu ul li a {
    text-decoration: none;
    color: #555;
    font-weight: bold;
  }

  .mobile-menu ul li a:hover {
    color: #d35400;
  }
}

main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 4fr;
  grid-template-rows: 0.5fr 0.5fr;
  row-gap: 30px;
  column-gap: 20px;
  background: #ffffff;
  padding: 20px;
}

h1, h2, h3, h4 {
  color: #222;
  font-family: 'Merriweather', serif;
  padding-bottom: 20px;
}

p {
  font-size: 17px;
  line-height: 1.4;
  color: #444;
}

footer {
  width: 100%;
  height: 30px;
  background: #ffffff;
  margin-top: 40px;
  border-top: 3px solid #555;
  color: #333;
  text-align: center;
}
