body {
  background-color: rgba(19, 19, 19, 1);
  color: white;

}

button,
body {
  font-family: 'Tektur';
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: white;
}

p,
h1,h2,h3 {
  margin: 0;
  padding: 0;
}

.logo p {
  font-family: "Array-Regular";
  color: rgba(5, 223, 114, 1);
  font-size: 2rem;

}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 24px 120px;
}

.nav-buttons ul {
  list-style-type: none;
  display: flex;
  gap: 2rem;
  padding: 0;
}

.nav-buttons li {
  font-size: 1.125rem;
  font-family: 'tektur';
}

.buy-button {
  font-family: 'tektur';
  font-size: .875rem;
  font-weight: 700;
  padding: 12px 24px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  white-space: nowrap;
}

.buy-button:hover {
  background-color: rgb(221, 221, 221);
  transition: 0.15s;
}


