/*.mystery-quest-regular {
  font-family: "Mystery Quest", system-ui;
  font-weight: 400;
  font-style: normal;

  .fleur-de-leah-regular {
  font-family: "Fleur De Leah", cursive;
  font-weight: 400;
  font-style: normal;
}

}*/

h1 {
    font-family: "Fleur De Leah", system-ui;
    font-weight: 400;
    font-size: 280px;
    text-align: center;
    margin-bottom: 10px; 
    color: rgb(43, 43, 105)
}

img{
  display:block;
  margin: 0 auto;
}

h2 {
  font-family: "Mystery Quest", system-ui;
  font-weight: 400;
  font-size: 50px;
  text-align: center;
  margin-bottom: 20px;
  color:rgb(138, 96, 45)
}

*{
  box-sizing: border-box;
}

.med-img{
    width: 108%;
    max-width: 1080px;
}

.small-img {
  
  width: 250px;
  height: auto;
}

h3 {
  font-family:"Esteban", serif;
  font-style: normal;
   font-size: 30px;
  text-align: center;

}
a {
  display:block;
  text-align: center;
  margin-bottom: 15px;
}

body{
        background: linear-gradient(#a8c8cc, #c0dadd);
      }


.projects {
  margin-top: 60px; 
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.project {
  display: flex;
  flex-direction: column;
  align-items: center; 
  text-align: center;
  max-width: 300px;

  background: rgba(255,255,255,0.3);
  padding: 15px;
  border-radius: 10px;
}
.project a {
  background: rgb(255, 255, 255);
  padding: 8px;
  border-radius: 6px;
  text-decoration: none;
  color: black;
}

.project a:hover {
  background: #e6f2f3;
}