@import url("./CursorGothic/cursor-gothic.css");

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: #121212;
  font-family: CursorGothic;
}

.navbar {
  background-color: #121212;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 65px;
}
.nav-left {
  cursor: pointer;
}

.nav-center ul {
  text-decoration: none;
  color: #fff;
  display: flex;
  gap: 40px;
  cursor: pointer;
}

.nav-center ul li {
  list-style: none;
}

.nav-buttons button {
  border-radius: 24px;
  font-size: 14px;
  cursor: pointer;
}

button {
  padding: 3px 7px;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

.b1 {
  background-color: #121212;
  color: #fff;
  border: 0.5px solid #fff;
  margin: 0 5px 0 0;
}

.section-1 {
  margin: 0px 0px 56px;
  color: #fff;
}

.text h1 {
  margin-top: 120px;
  margin-left: 56px;
}
.img-1 {
  margin: 0 56px;
}

.button button {
  font-size: 24px;
  margin-left: 56px;
  margin-top: 20px;
  margin-bottom: 56px;
  border-radius: 50px;
  font-weight: lighter;
  padding: 16px;
}