body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: #F78628;

  display: flex;
  align-items: center;

  padding: 0 40px;
  box-sizing: border-box;

  z-index: 1000;
}

/* LOGO */
.idk {
  height: 55px;
  margin-right: auto;
  padding: 0 20px;
}

/* NAV LINKS */
.nav-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  gap: 30px;
}

/* RIGHT */
.nav-right {
    display: flex;
  gap: 20px;

  flex-direction: row;
  margin-left: auto;
  padding: 0 20px;
}

/* LINKS */
.navbar p {
    position: absolute;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;

  padding: 8px 14px;
  border-radius: 6px;
  transition: 0.3s;
  top: 10px;
  right: 100;
}

.search {
    position: absolute;
    width: 400px;
    height: 40px;
    transform: translateX(-50%);
    top: -20px;
    font-size: 18px;
    color: #F78628;

    border: none;
    outline: none;
    border-radius: 10px;
}

.search::placeholder {
    color: #F78628;
}

.nav-center .find{
    position: absolute;
    width: 25px;
    top: -10px;
    right: -190px;
    z-index: 2;
}

.nav-right .pic {
    position: absolute;
    top: -20;
    right: -80px;
}

.main {
    height: 150vh;
    background-color: #F78628;
}

.main p {
    color: white;
    font-size: 18px;
    z-index: 9;
}

.main .adopt {
  position: absolute;
  width: 180px;
  left: 40px;
  top: 150px;
}

.main .yep {
  position: absolute;
  width: 380px;
  left: 40px;
  top: 220px;
}

.pic1 {
  position: absolute;
  width: 500px;
  top: 300px;
  left: 430px;
  z-index: 5;
}

.pic2 {
  position: absolute;
  width: 450px;
  top: 370px;
  left: 180px;
}

.pic3 {
  position: absolute;
  width: 310px;
  top: 370px;
  right: 180px;
}

.check {
  position: absolute;
}