html {
  height: 100%;
  width: 100%;
  text-size-adjust: none;
  color: white;
}

body * {
  -webkit-text-size-adjust: none;
}

body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-size: 100%;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
    Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

a,
a:hover,
a:visited,
a:active {
  color: inherit;
}

h1 {
  font-size: 40px;
  margin: 0;
  /* margin-left: 20px; */
  margin-bottom: 8px;
}

.home {
  height: 100%;
  width: 100%;
  background-image: url('squirrel.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 600) {
  .home {
    background-image: none;
  }
}

.bio {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  margin-left: 2em;
}

.bio__text {
  display: inline-block;
  padding-bottom: 3em;
}

/* @media only screen and (max-width: 1200px) { */
.bio__text {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  /* border-radius: 30px; */
}
/* } */

p {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.4em;
}

@media only screen and (max-width: 1200px) {
  p {
    line-height: 1.4em;
  }
}
