html{
  padding: 0;
  margin: 0;
}
body{
  margin: 0 auto;
  font-family: "Gentium Basic", "Georgia";
  font-size: 14px;
  color: #414141;
  text-rendering: optimizeLegibility;
  max-width: 700px;
  min-width: 475px;
}
a{
  text-decoration: none;
  color: #2B81B0;
}
a:hover{
  text-decoration: underline;
}
img{
  border: 0;
}
h1 {
  padding: 0;
  margin: 0;
}
h1{
  font-family: 'Jockey One';
  line-height: 1.1em;
  display: block;
  font-size: 10em;
  font-weight: normal;
  float: left;
  margin-bottom: -14px;
  color: #CA5619;
}
h1:hover{
  color: #149943;
}

header{
  border-bottom: 1px solid #ccc;
  padding-bottom: 11px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}
br{
  clear: both;
}
footer{
  display: block;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 0.83em;
  clear: both;
  text-align: center;
}
section span{
  font-size: 0.7em;
  display: block;
  margin-top: 1px;
}
#tagline{
  display: block;
  float: left;
  width: 330px;
  text-align: left;
}
#profile{
  display: block;
  float: right;
  margin-top: 13px;
  width: 153px;
  height: 139px;
  border-radius: 13px;
}
#taglines{
  padding-top: 4px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1.1em;
  -webkit-text-size-adjust: none;
}

@media (prefers-color-scheme: dark) {
  body{
    background-color: #222;
    color: white;
  }
}