* {
  padding: 0;
  margin: 0;
}

header {
  display: flex;
  width: 100%;
  height: 100px;
  background-color: #abfcff;
  align-items: center;
}

.title {
  margin-right: auto;
}

.menu-item {
  list-style: none;
  display: inline-block;
  padding: 10px;
}

h1 {
  margin: 1em 1em;
}
.box14 {
  padding: 0.2em 0.5em;
  margin: 2em 2em;
  background: #d6ebff;
  box-shadow: 0px 0px 0px 10px #d6ebff;
  border: dashed 2px white;
  display: inline-block;
}
.box14-p {
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
}

.box15 {
  padding: 0.2em 0.5em;
  margin: 4em 3em;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0px 0px 0px 10px #d6ebff;
  border-radius: 10px;
  display: inline-block;
  box-sizing: border-box;
  width: 128px;
  height: 128px;
  text-decoration: none;
  color: inherit;
}

.rounded-img {
  border-radius: 10px;
}

footer {
  height: 60px;
  background-color: #eaeaea;
  color: black;

  display: flex;
  justify-content: center;
  align-items: center;
}

footer p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
