* {
  scrollbar-width: thin;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #143b5e;
    color: #f3e8d0;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
}

h1, h2 {
  color: #f59f00;
}

h1 {
  border-bottom: 1px solid;
  border-radius: 10px;
  background-image: linear-gradient(to left, rgba(245, 159, 0, 0.6), #143b5e 50%);
  padding-left: 10px;
}

p {
  margin-bottom: 20px;
}

a {
  color: #8494ee;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

code {
  background-color: #050a23;
  border-radius: 5px;
  padding: 0.3em 0.6em;
  color: #21e441;
}

pre code {
  padding: 0;
}

pre {
  background-color: #050a23;
  border-radius: 5px;
  padding: 0.6em 1em;
}

blockquote {
  background-color: #f3e8d0;
  border-radius: 10px;
  padding: 0.2em 0.7em;
  color: #b41307;
  font-weight: bolder;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: larger;
  border-right: 5px solid;
  border-bottom: 5px solid;
}

blockquote::before {
  content: '\201C';
  font-style: normal;
  padding-left: 0.1em;
  font-size: 4em;
  position: relative;
  bottom: 45px;
  float: inline-end;
}

blockquote cite {
  background-color: transparent;
  color: #f3e8d0;
  font-style: italic;
  font-weight: lighter;
  font-size: 0.75em;
  border-top-left-radius: 5px;
  border-top: 1px solid;
  padding: 0.1em 0.3em 0 0.6em;
  position: relative;
  top: 1.2em;
  right: -3.3em;
  float: right;
}

img {
  /* REVIEW */
  border-radius: 10px;
  max-width: 600px;
}

footer {
  text-align: center;
  font-size: small;
  border-top: 1px solid;
  padding: 1.2em;
}