
html {
  overflow: hidden;
  background-color: black;
  margin: 0px;
  padding: 0px;
  font-family: "BBH Sans Bogle", sans-serif;
}

.bbh-sans-bogle-regular {
  font-family: "BBH Sans Bogle", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.textPart {
  display: flex;
  flex-direction: column;
  margin-left: 10%;
  padding-bottom: 10%;
}

h1 {
  color: rgb(251, 255, 0);
  font-size: 70px;
  margin: 0px;
}

h2 {
  color: rgb(255, 255, 255);
  font-size: 25px;
  margin: 0px;
  padding-top: 20px;
}

h3 {
  color: rgb(255, 255, 255);
  font-size: 25px;

}

.project_text {
  color: white;
  font-size: 20px;
}

.project_text p:nth-child(2) {
  color: white;
  font-size: 20px;
  padding-top: 20px;

}


p {
  color: white;
  font-size: 20px;
  display: flex;
  justify-content: start;

}

.main_body {
  color: white;
  margin-top: 8vh;
  margin-left: 9vw;
  display: flex;
  flex-direction: column;
  position: relative;
  /* display:flex; */
  z-index: 1;
  /* background-color: red; */
}

.mail img {
  width: 50px;
  height: 50px;
  /* margin-right: 50vw; */

}

.mail a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  margin-top: 10vh;
}

.github img {
  width: 50px;
  height: 50px;
  /* margin-right: 50vw; */

}

.steam img {
  width: 50px;
  height: 50px;
  /* margin-right: 50vw; */
}

.project_logo {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.lijn1 {
  border-bottom: 2px solid rgb(251, 255, 0);
  width: 150px;
  height: 150px;
  position: relative;
  border-bottom: 15px solid transparent;
  border-right: 15px solid transparent;
  z-index: 0;
}

.lijn1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 10%;
  background: linear-gradient(to right, #ffff00 0%, #ff9900 100%);
  z-index: 1;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
}

.lijn1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 200%;
  background: linear-gradient(to bottom, #ffff00 0%, #ff9900 100%);
  z-index: 1;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), 0 100%);
}

.lijn2 {
  border-bottom: 2px solid rgb(251, 255, 0);
  width: 10%;
  height: 16%;
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: 20px;
  border-bottom: 15px solid transparent;
  border-right: 15px solid transparent;
  z-index: 100;
  right: 30px;
  rotate: 180deg;
}

.lijn2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 10%;
  background: linear-gradient(to right, #ffff00 0%, #ff9900 100%);
  z-index: 1;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
}

.lijn2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 200%;
  background: linear-gradient(to bottom, #ffff00 0%, #ff9900 100%);
  z-index: 1;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), 0 100%);
}

.navbar {
  display: flex;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #000000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.navbar ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

.navbar ul li a {
  display: flex;
  color: white;
  text-align: center;
  padding: 20px 150px;
  text-decoration: none;
  transition: background 0.3s;
}

.navbar ul li a:hover {
  text-decoration-line: underline;
  text-decoration-color: rgb(244, 252, 0);
}

.footer {
  border-top: 2px solid rgb(251, 255, 0);
  border-right: 2px solid rgb(251, 255, 0);
  max-width: 70%;
  margin-left: 3%;
  padding: 20px 0;
}

@media only screen and (max-width: 1800px) {
  .main_body {}
}

@media only screen and (max-width: 1024px) {
  .main_body {}
}

@media only screen and (max-width: 768px) {
  .main_body {}
}

@media only screen and (max-width: 480px) {} 