html {
  font-family: Verdana, Geneva, sans-serif;
  height: 100%;
  margin: 0;
}

body {
  text-align: left;
  max-width: 570px;
  margin: 0 auto;
  padding: 1em
}

header {
  margin-top: 1em;
  margin-bottom: 3em;
  text-align: center;
}

header h1 {
  font-size: 1.6em;
  margin-bottom: 0.1em;
  margin-top: 0.1em;
}

header p {
  font-size: 0.8em;
}

header p a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

header p a:hover {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

header img {
  border-radius: 1em;
  border-width: 1px;
  border-color: black;
  border-style: solid;
}

a {
  color: black;
  text-decoration: underline;
}

a:hover {
  color: red;
}

a.blog-btn {
  text-align: center;
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1em;
  margin-bottom: 0px;
  padding: 0.4em;
  background-color: white;
  color: black;
  font-weight: bold;
  border-radius: 0.5em;
  font-size: 1.7em;
  border: solid black 1px;
  position: sticky;
  bottom: 10px;
  text-decoration: none;
}
a.blog-btn small {
  display: block;
  font-size: 0.2em;
  text-align: center;
}
a.blog-btn span {
  text-decoration: underline;
}

a.blog-btn:hover {
  color: white;
  background-color: black;
}

.hidden {
  display:none;
}

small {
  margin-left: -3px
}

@media (pointer:coarse) {

}

@media (min-width: 500px) {
  a.blog-btn {
    font-size: 2em;
    text-align: left;
    position: absolute;
    right: 10px;
    top: 1.5em;
    margin: 0.2em;
    height: 1.5em;
  }
  a.blog-btn small {
    font-size: 0.23em;
  }

  header img {
    float: left;
    margin-top: -5em;
  }

  header {
    margin-top: 3em;
    margin-bottom: 4em;
  }
}

@media (min-width: 960px) {
  a.blog-btn {
    top: 10px;
  }
}