* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 16px;
}

.wrapper {
  width: 900px;
  min-height: 400px;
  background-color: rgb(207, 229, 168);
  margin: 0 auto;
}

nav {
  height: 80px;
  background-color: brown;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

nav a {
  color: antiquewhite;
  text-decoration: none;
  text-transform: uppercase;
}

.bckg {
  height: 300px;
  background-image: url("background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.dog {
  margin-left: 10%;
  width: 190px;
  align-items: center;
}
.cat {
  margin-left: 10%;
  width: 190px;
  align-items: center;
  height: 220px;
}
.bunny {
  margin-left: 19%;
  margin-bottom: 35%;
  height: 30%;
  width: 190px;
  align-items: center;
}

.p {
  margin-left: 35%;
}
