html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: Helvetica Neue,Helvetica,Arial,Utkal,sans-serif;
  color: #000000;
  max-width: 978px;
  margin: 0 auto;
  padding: 0 16px 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  margin: 0 0 27px;
}

p.projects {
  font-size: 30px;
  line-height: 27px;
  font-weight: 300;
  text-align: right;
  margin: 0;
}

p.description {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  margin-top: -30px;
}

p.centered {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
}

p.title {
  margin-top: 50px;
  margin-bottom: 0;
}

p.subtitle {
  font-family: 'Indie Flower', cursive;
  font-size: 50px;
  text-align: center;
  margin-top: 0;
}

p.link,
h2.link {
  font-size: 24px;
  line-height: 27px;
  font-weight: 300;
  margin: 0 0 27px;
  text-wrap: balance;
}

p.tiny {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

h1 {  
  font-size: 39px;  
  margin-top: 50px;
  margin-bottom: -5px;  
  font-weight: 400; 
}

h2 {
  font-size: 23px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

h3 {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

a,a:visited {
  color: #4285f4;
  text-decoration: none;
}

a:hover {
  color: #cc0000;
  text-decoration: none;
}

a:focus-visible {
  outline: 2px solid #4285f4;
  outline-offset: 2px;
}

pre {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  line-height: 22px;
}

span.date {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  font-weight: bold;
  color: #606060;
  margin-left: 10px;
  white-space: nowrap;
}

span.bold {
  font-weight: bold;
}

span.backwards {
  unicode-bidi:bidi-override;
  direction: rtl;
} 

span.nowrap {
  white-space: nowrap;
}

hr {
  margin-top: 50px;
  margin-bottom: 20px;
}

img.centered {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.content {
  width: 100%;
}

.post-list {
  width: 100%;
}

.entries {
  list-style: none;
  margin: 0;
  padding: 0;
}

.entry {
  margin: 0;
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 700px) {
  body {
    padding: 0 12px 20px;
  }

  p.title {
    margin-top: 20px;
  }

  p.subtitle {
    font-size: clamp(34px, 9vw, 50px);
    line-height: 1.1;
    margin-bottom: 24px;
  }

  p.link,
  h2.link {
    font-size: clamp(20px, 6vw, 24px);
    line-height: 1.25;
  }

  p.description {
    margin-top: -18px;
    line-height: 1.45;
    margin-bottom: 20px;
  }

  span.date {
    display: inline-block;
    margin-left: 6px;
    font-size: 14px;
  }

  p.projects {
    text-align: left;
    font-size: 24px;
    line-height: 1.2;
  }

  span.nowrap {
    white-space: normal;
  }
}
