html {
  scroll-behavior: smooth;
}

body {
  background-color: #0c0e12;
  margin: 0;
  padding: 0;
  font-family: 'Space Grotesk';
  color: #f1f1f2;
  text-align: center;
}

.nav {
  background-color: #151921;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navlink {
  text-decoration: none;
  color: #f1f1f2;
  font-weight: 500;
  text-align: center;
}

.navbox {
  display: flex;
  text-align: center;
  gap: 50px;
}

.contact {
  color: #f1f1f2;
  text-decoration: none;
  font-size: 21px;
  position: absolute;
  right: 40px;
  font-weight: 500;
}

.home {
  color: #f1f1f2;
  text-decoration: none;
  font-size: 40px;
  position: absolute;
  left: 40px;
  font-weight: 500;
}

.main {
  margin: 0 auto;
  top: 150px;
  bottom: 50px;

  width: 90vw;

  background-color: #11141a;
  cursor: default;

  border-radius: 30px;
}

.stupidcss {
  height: 0.1px;
  margin: 0;
}

.stupidcss2 {
  height: 30px;
  margin: 0;
}

.listitem {
  background-color: #111111;
  border-radius: 30px;
  width: 80vw;
  margin: 0 auto;
  margin-top: 30px;
  height: auto;
  display: flex;
  gap: 20px;
  box-shadow: 10px 10px 10px #ffffff05;
}

.listimg {
  width: 200px;
  height: 120px;
  border-radius: 20px;
  margin-top: 15px;
  margin-left: 30px;
  position: static;
  border: #f1f1f200 solid;
}

.namedesc {
  margin-left: 0px;
  flex: 1;
}

.rightmargin {
  width: 200px;
  height: 120px;
  border: #f1f1f200 solid;
  margin-right: 20px;
  margin-top: 10px;
}

@media (max-width: 1300px) {
  .rightmargin {
    width: 0px;
    height: 0px;
  }
}

@media (max-width: 700px) {
  .listitem {
    flex-direction: column;
    height: auto;
    padding: 20px 0;
    align-items: center;
  }

  .listimg {
    margin-left: 0;
  }

  .namedesc {
    text-align: center;
  }

  .rightmargin {
    display: none;
  }
}

.foot {
  position: static;
  height: 50px;
  background-color: #151921;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}

.old {
  align-self: center;

  color: #f1f1f2;
}
