body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
  background-color: #FCF6F3;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20vh;
}

h1 {
  padding: 3px;
  background-color: #ebd0cc;
}
img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
.content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#content a {
  margin: 0 15px;
  display: inline-block; 
  text-decoration: none;
  padding: 5px 10px;
  color: #3A5F52;
}
#content a:hover {
  background-color: #9CB384;
  color: #333;
}
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
