body {
  display: flex;
  font-family: "Raleway", Arial, sans-serif;
  height: 100vh;
  width: 100vw;
  margin: 0;
}

#Navbar {
  display: flex;
  justify-content: space-around;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  flex-grow: 1;
  max-height: 10%;
  min-height: 40px;
  background-color: rgb(23, 24, 67);
  color: white;
  display: flex;
  align-items: center;
}

form {
  display: flex;
  justify-items: center;
}

#navbar div {
  padding: 5px;
}

img {
  display: flex;
  border: green 2px solid;
  border-radius: 20px;
}
.puppy {
  display: inline-block;
  padding: 20px;
  padding-top: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  box-shadow: 7px 0 5px gray;
  margin-bottom: 25px;
  border-radius: 25px;
  border: none;
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 100px;
  background-color: rgb(23, 24, 67);
}

#breed {
  color: white;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin: 5px;
}

#status {
  color: white;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: medium;
  margin: 5px;
}

h2 {
  color: orange;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

button:hover {
  display: flex;
  cursor: pointer;
  color: white;
  background-color: brown;
  box-shadow: 0 0 2px 2px white;
  text-transform: uppercase;
  transition: 0.05s;
}

#cuteDetails {
  display: flex;
  justify-content: center;
  margin-left: 92px;
  padding: 3px;
  margin-top: 10px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 15px;
}

#cuteDetails:hover {
  cursor: pointer;
  background-color: orange;
  text-transform: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: brown;
  transition: 0.3ms;
}
ig #pupName {
  display: flex;
  font-size: 30px;
  justify-content: flex-end;
  padding: 5px;
}

#pupId {
  display: flex;
  font-size: 20px;
  justify-content: space-between;
  padding: 5px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: white;
}
