.figtree-normal {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

body {
  background-color: #201d1e;
  display: flex;
  text-align: center;
  justify-content: center;
  color: white;
  font-family: "Figtree", sans-serif;
  justify-content: center;
  margin-top: 50px;
}

.pagetext {
  width: 30vw;
  margin-top: 50px;
  padding-bottom: 20px;
  border: white;
  border-radius: 1em;
  border-style: solid;
  box-shadow: 5px 5px white;
}

.pagetext:hover {
  border-radius: 1em;
  border-style: solid;
}

h1 {
  font-size: 45px;
  margin-bottom: 0;
}

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

::selection {
  background: #29b6f6;
}

::-moz-selection {
  background: #29b6f6;
}

.social-media-icon {
  padding: 5px;
  padding-top: 20px;
}

#content-links {
  color: white;
}

li.quotes {
  width: 30vw;
  margin: 30px;
}

li.log-entry {
  display: flex;
  width: 50vw;
  gap: 20px;
  margin-bottom: 20px;
}

a.link-out {
  text-decoration: none;
  color: #666
}

a.link-out:hover {
  color: white;
}