/* default to border-box */
html {
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* adjust typography defaults */
body {
  margin: 0px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.5;
}

/* images and videos max out at full width */
img,
video {
  height: auto;
  max-width: 100%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  background-color: #39111a;
  height: 100%;
  width: 100%;
}

li {
  float: right;
}

li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a,
.dropbtn {
  display: inline-block;
  color: #b0ca87;
  font-weight: bold;
  text-align: center;
  padding: 14px 50px;
  text-decoration: none;
}

li a:hover,
.dropdown:hover .dropbtn {
  background-a3b67c6a3814ff;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-ff6f59 #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #B0CA87;
  background-color: #39111A;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #625D34;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.container {
  position: relative;
}

.text-block {
  position: absolute;
  bottom: 0;
  background: #625D34;
  color: black;
  width: 60%;
  text-align: center;
}

.border {
  border-top: 2px solid;
  width: 30px;
  margin: 0 auto;
  padding: 10px;
  width: 300px;
}

.firstletter {
  font-size: 50px;
}

article {
  padding-left: 150px;
  padding-right: 150px;
}

.flex-container {
  display: flex;
  justify-content: center;
}
.link {
  text-decoration: underline;
  color: blue;
  margin-right: 20px; /* Adjust as needed for spacing */
  display: inline-block;
}

.link:hover {
  color: brown;
}

p {
  font-size: 20px;
}
.flex-card-container {
  display: flex;
}

.cardbutton {
  background-ff6f59602f0cff; /* Brown */
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  border-radius: 4px;
}

.cardbutton:hover {
  background-color: #ffc3ee; /* Pink */
}

label {
  font-size: 20px;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}
​ .card:hover {
  box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.2);
}
​ img {
  border-radius: 5px 5px 0 0;
}
​ .container {
  padding: 42px 16px;
}
h4,
p {
  color: black;
  margin: 20px;
  text-align: center;
  font-size: 18px;
}

h4 {
  color: black;
  margin: 20px;
  text-align: center;
  font-size: 1.3em;
}
.music {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}

.music:hover {
  box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.2);
}
.song {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}
.song img {
  height: 382px;
}
.song:hover {
  box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.2);
}
.break {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}
.break img {
  height: 324px;
}
.break:hover {
  box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.2);
}

.spring {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}

.spring:hover {
  box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.2);
}

.weekend {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}

.weekend:hover {
  box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.2);
}

.summer {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}

.summer:hover {
  box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.2);
}

.winter {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}
.winter img {
  height: 382px;
}
.winter:hover {
  box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.2);
}
.feedbackform {
  font-size: 30px;
  font-weight: bold;
}

.formsection {
  color: #b0ca87;
  font-weight: bold;
  background: #39111a;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 50px;
  padding-bottom: 50px;
}


.song {
  width: 85%
}

body {
      font-family: "Quicksand", sans-serif;
      margin: 0;
      padding: 0;
      background-color: #B0CA87;
      color: #333;
    }

    .container {
      width: 90%;
      max-width: 1000px;
      margin: auto;
      padding: 2rem 0;
    }

    h1 {
      text-align: center;
      margin-bottom: 0.5rem;
    }

    .page-intro {
      text-align: center;
      font-size: 1.1rem;
      color: #6e6e6e;
      margin-bottom: 2rem;
    }

    .project-card {
      background-color: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      margin-bottom: 2rem;
      padding: 1.5rem;
      transition: transform 0.2s ease;
    }

    .project-card:hover {
      transform: translateY(-5px);
    }

    .project-card img {
      width: 100%;
      border-radius: 12px;
      margin-bottom: 1rem;
    }

    .project-tags {
      list-style: none;
      padding: 0;
      display: flex;
      gap: 0.5rem;
      flex-wrap: wrap;
    }

    .project-tags li {
      background-color: black;
      color: #444;
      border-radius: 10px;
      padding: 0.3rem 0.8rem;
      font-size: 0.9rem;
    }

    .project-card a {
      display: inline-block;
      margin-top: 1rem;
      text-decoration: none;
      color: #fff;
      background-color: #442220;
      padding: 0.5rem 1rem;
      border-radius: 8px;
      transition: background 0.3s ease;
    }

    .project-card a:hover {
      background-color: #a17967;
    }

    .quote {
      font-style: italic;
      text-align: center;
      margin: 3rem 0;
      color: #8a6c5d;
    }

    .project-footer {
      text-align: center;
      margin-top: 3rem;
    }

    .cta-button {
      background-color: black;
      color: #fff;
      padding: 0.7rem 1.2rem;
      border-radius: 8px;
      text-decoration: none;
      display: inline-block;
      margin-top: 1rem;
    }

}

#grid1 {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 150px;
  grid-auto-flow: row dense;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}

#myimage {
  width: 50%

 
}


.center{
  
 display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  
}