*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.inter-variable {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100 900;
  font-style: normal;
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  background-color: black;
  color: white;
}

.hero-section {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 50px 20px;
}

.content-section {
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  color: white;
  border-radius: 2rem;
  margin-top: -15rem;
  gap: 2rem;
}

.frame {
  width: 400px;
  height: 232px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  border-radius: 1rem;
  background-color: black;
  border: white 3px solid;
  margin-top: 2.5rem;
}

.frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 1rem;
}

.tech-stack {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 25rem;
  width: 100%;
}

button {
  font-weight: 100;
  color: white;
  background-color: rgb(0, 0, 0);
  padding: 10px 20px;
  border-radius: 10rem;
  border: white 2px solid;
}

button:hover {
  cursor: pointer;
  color: black;
  background-color: white;
  border-color: black 2px solid;
}

.subheading {
  color: white;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  color: white;
  text-decoration: underline;
}

.contact {
  display: flex;
  justify-content: center;
  color: gray;
  font-size: 0.8rem;
}
