body {
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  background: #0f0f13;
  color: #e8e8f0;
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.nav-logo {
  position: relative;
  font-weight: 900;
  font-size: 2vh;
  top: 1.29rem;
  left: 7%;
}
.nav-links {
  position: relative;
  list-style: none;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 900;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.041);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.199);
  width: 80%;
  height: 5vh;
  left: 4.5%;
  margin-top: -4%;
}
.Tools {
 position: absolute;
 text-decoration: none;
 color: rgba(245, 245, 245, 0.479);
 font-size: 2vh;
 text-align: center;
 border-radius: 20px;
 width: 17%;
 height:60%;
 top: 18%;
 left: 58%;
 border: 1px solid rgba(255, 255, 255, 0.137);
}
.Bio {
 position: absolute;
 text-decoration: none;
 color: whitesmoke;
 font-size: 2vh;
 top: 18%;
 border-radius: 20px;
 width: 17%;
 height: 60%;
 left: 80%;
 text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.199);
}
.Home {
 position: absolute;
 text-decoration: none;
 color: rgba(245, 245, 245, 0.479);
 font-size: 2vh;
 border-radius: 20px;
 width: 23%;
 height: 60%;
 left: 13vh;
 top: 18%;
 text-align: center;
 border: 1px solid rgba(255, 255, 255, 0.137);
}
