body {
	background-color: darkcyan;
	color: yellow;
  font-family: sans-serif;
  font-size: 15px
	background-position: center;
	text-align: center;
}

nav {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}


div {
  display: flex;
  justify-content: center;
}


wrapper {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}

#logo {
  display: flex;
  justify-content: center;
  padding: 20px 0 20px 0;
}

#logo img {
  max-width: 100%;
  height: auto;
}

bottomtext {
	color: gray;
    font-size: 18px;
    text-align: center;
}

#dogs img {
	display: flex;
  justify-content: center;
  padding: 20px 0 20px 0;
  width: 50%;
  height: 50%;
}