body {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: start;
}
a {
  text-decoration: none !important;
}

.header {
  align-content: center;
  align-items: center;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 72px;
  height: min-content;
  justify-content: flex-start;
  overflow: hidden;
  padding: 38px 96px 63px;
  position: relative;
  width: 1440px;
}

.headerdiv {
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-shrink: 0;
  color: rgb(26, 26, 26);
  transform: none;
  opacity: 1;
}

.headerp {
  font-family: "JetBrains Mono", "JetBrains Mono Placeholder", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 141%;
  color: rgb(26, 26, 26);
}

.headerp:hover {
  color: #fe5b27;
}

.text-2 {
  font-family: "JetBrains Mono", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 179%;
}
.text-3 {
  font-family: "JetBrains Mono", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 179%;
  color: #787878;
  text-align: start;
  text-decoration: none;
  text-transform: none;
}

.btn-1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 240px;
  cursor: pointer;
  position: relative;
  font-family: "JetBrains Mono", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: rgb(51, 51, 51);
  opacity: 1;
  border-radius: 10px;
  color: #ffffff;
}
.btn-1:hover {
  background-color: rgb(51, 51, 51, 0.85);
}

.gallery {
  font-family: "JetBrains Mono", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 141%;
  color: #1a1a1a;
  text-align: start;
  text-decoration: none;
}

.gallery:hover {
    color: #fe5b27;
  }
  
