* {
  margin: 0;
  padding: 0;
}
a {
  text-align: none;
  color: rgb(140, 149, 156);
}
.container {
  width: 90%;
}

body {
  background: rgb(21, 24, 58);
  color: snow;
}
.header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* border: none; */
  background: rgb(21, 24, 58);
  padding: 50px 10px;
}

.heider-nav {
  display: flex;
  gap: 30px;
}

.hero {
  /* background-color: rgb(22, 41, 57); */
  margin: 50px;
  margin-left: 150px;
}
h3 {
  text-align: center;
  color: rgb(208, 208, 215);
}
h1 {
  color: white;
  text-align: center;
}

p {
  color: aliceblue;
  text-align: center;
  color: rgb(194, 186, 176);
}

.hero1 {
  width: 1000px;
  display: flex;
  /* height: 100px; */
  gap: 50px;
  margin-left: 710px;
  border-radius: 5px;
  height: 30px;
}

.hero2 {
  display: flex;
  justify-content: space-around;
  margin: 50px;
  gap: 150px;
  margin-left: 1px;
  border-radius: 5px;
}
.html1 {
  height: 200px;
  margin-left: 200px;
  width: 250px 0px 250px;
}

center {
  color: rgb(12, 237, 121);
}

.klick {
  background-color: rgb(154, 8, 252);
  border: none;
  font-size: 16px;
  line-height: 100%;
  color: white;
}

.footer {
  background-color: rgb(18, 18, 46);
  display: flex;
  width: 1695px;
  height: 30px;
  gap: 20px;
  justify-content: space-around;
}

