.hero {
  background-color: rgb(182 216 253);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
nav {
  width: 90%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  margin: 1em;
}
.navbar-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}

.navbar-btn {
  background-color: black;
  color: white;
  padding: 0.5em 1em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.hero-bottom {
  margin-top: 10em;
  width: 90%;
  display: flex;
  justify-content: center;
}
.hero-left {
  display: flex;
  flex-direction: column;
  width: 50%;
  position: relative;
}
.founder {
  width: 100%;
}

.timer {
  margin: 2em 0 0 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
.timer > div {
  border: 1px solid rgb(0, 0, 0);
  border-radius: 5px;
  color: gray;
  padding: 0.5em;
  font-size: 25px;
  margin: 0.1em;
}
