h1,
h2,
h3,
h4,
h5 {
  color: #586e75;
  font-family: "Verdana", sans-serif;
}

b,
strong {
  color: #b58900;
}

a {
  color: #268bd2;
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: #2aa198;
}

html {
  color: #657b83;
  font-family: "Georgia", serif;
  font-size: 1.2em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fdf6e3;
}

body {
  width: 1000px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  background: #f5efdc;
}

.site-title {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: #073642;
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 1.2em;
  margin-bottom: 20px;
  gap: 10px;
}

.block {
  border: 1px solid #2aa198;    /* Clean, simple border */
  padding: 5px 15px;
  margin: 0 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #eee8d5;
}

.block h1 {
  font-size: 1em;
  text-align: center;
  margin-bottom: 0;
  color: #859900;
}

.small {
  font-size: 0.8em;
  color: #93a1a1;
}

.wave {
  background: #fdf6e3;
  color: #657b83;
  text-shadow: 1px 1px 10px #b58900, 1px 1px 10px #eee8d5;
}

footer {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #586e75;
}

footer hr {
  width: 100%;
  border-color: #93a1a1;
}

