html {
  height: 100%;
  width: 100%;
  background-color: #bbf368;
}

h1,
h3 {
  text-align: center;
}

nav {
  background-color: #d11aa0;
  color: white;
  padding: 6px 4px;
  text-align: center;
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0 justify-content: space-between;
}

nav ul li {
  display: inline;
  margin-right: 1em;
  text-align: center;
  color: white;
}

nav ul li a {
  color: blue;
  text-decoration: none;
  padding: 2px 4px;
}

nav ul li a:hover {
  color: yellow;
  text-decoration: bold;
  padding: 2px 4px;
}

figcaption {
  text-align: center;
  font-family: 'comic sans ms';
  font-size: 15px
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

footer {
  background-color: #d11aa0;
  text-align: center;
  color: white;
  padding: 2px 4px;
  font-family: 'comic sans ms';
}

.rounded-image {
  align-items: center;
  text-align: left;
  padding: 20px;
  border-radius: 10px;
  margin: 20px;
  border: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #8484d7;
}
