* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

nav ul {
  list-style: none;
}

nav a {
  font-size: 30px;
  text-decoration: none;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  background-color:#ffffff;
  padding:10px 30px;
  border-radius:15px;
}

nav li {
  font-family: Arial, Helvetica, sans-serif;
  float: right;
  margin: 35px;
}

nav a.active {
  background-color: #A89A8A;
}

nav a:hover {
  background-color: #d9cbbb;
  padding:10px 30px;
}

nav {
  overflow: hidden;
  border-top: #A89A8A 25px solid;
  border-bottom: #A89A8A 3px solid;
  top: 0;
}

body {
  background-color: rgb(255, 255, 255);
}

nav img {
  width:12%;
  float:left;
  margin:20px;
}

main {
  background-color: rgb(255, 255, 255);
  margin: 70px 20px 30px 20px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap:25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

main img:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
  display: block;
}

main section:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
  padding:150px 15px 30px 15px;
  text-align: center;
}

main img:nth-child(3) {
  grid-row: 1/2;
  grid-column: 3/4;
  width: 100%;
  display: block;
}

main section h1 {
  text-align: center;
  font-size:80px;
  font-family: "Cormorant SC", serif;
  font-weight: 700;
}

main section h2 {
  font-size: 40px;
  font-family: "Cormorant SC", serif;
  font-weight: 400;
  font-style: italic;
}

main section p {
  font-size: 30px;
  font-family: "Cormorant SC", serif;
  font-weight: 400;
}

figure {
  background-color: rgb(255, 255, 255);
  margin: 70px 20px 30px 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap:10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
figure article:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
  display: block;
  background-color: #A89A8A;
  padding:30px 50px;
}

figure img:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
  width: 100%;
  display: block;
}

figure article h2 {
  font-size: 60px;
  padding-top: 40px;
  padding-bottom: 50px;
  color: white;
  font-weight: bold;
}

figure article p {
  font-size:25px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3;
  color:white;
}

footer {
  width: 100%;
  background-color: #E1D7D2;
  padding:50px;
}

footer p {
  text-align: center;
  font-size: 20px;
}

footer p a {
  text-decoration: none;
  color:black;
}

.main {
  display: grid;
  grid-template-columns: 1fr 2fr;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top:40px;
}

.main img:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
  display: block;
}

.main section:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
  width: 100%;
  display: block;
  background-color: #9e958b;
  padding:30px 50px;
}

.main h1 {
  text-align: center;
  font-size:100px;
  font-family: "Cormorant SC", serif;
  font-weight: 700;
  color:white;
}

.main h2 {
  text-align: center;
  font-size: 50px;
  font-family: "Cormorant SC", serif;
  font-weight: 400;
  font-style: italic;
}

.palet {
  background-color: #E1D7D2;
  display: grid;
  grid-template-columns: 2fr 1fr;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 40px 20px 30px 20px;
}

.palet button {
  margin: 16px;
}

.palet section {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
  display: block;
}

.palet img {
  grid-row: 1/2;
  grid-column: 2/3;
  width: 100%;
  display: block;
}

.palet section h1 {
  font-size: 50px;
  margin: 50px 20px 60px 40px;
  font-weight: 400;
  font-style: normal;
  font-family: "Lexend Deca", sans-serif;
}

.kleur {
  width: 120px;
  height: 120px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
}

.kleur:hover {
  transform: scale(1.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.article {
  background-color: #C8B8AA;
  display: grid;
  grid-template-columns: 2fr 1fr;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 70px 20px 20px 20px;
  padding: 60px;
}

.article aside h2{
  font-size:40px;
  margin-bottom:28px;
  font-weight: 500;
  font-style: normal;
  font-family: "Lexend Deca", sans-serif;
}

.article aside{
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
  display: block;

}

.article img:nth-child(2){
  grid-row: 1/2;
  grid-column: 2/3;
  width: 100%;
  display: block;
  border-radius:30px;

}

aside {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  max-width: 600px;
  width: 100%;
}

aside input, aside button {
  width: 100%;
  padding: 8px;
  font-size: 20px;
  margin-bottom:20px;
  
}

aside label {
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
}

#resultaat {
  font-size: 25px;
 
}

#colorDescription {
  font-size: 20px; 
  margin-top: 10px; 
  text-align: center; 
  font-family: Arial, Helvetica, sans-serif;
}
