/* @import "code-light.css" (prefers-color-scheme: light);
@import "code-dark.css" (prefers-color-scheme: dark);

:root {
    color-scheme: light dark;
    --background: light-dark(#FFFFFF, #2B363B);
    --background-dim: light-dark(#f5f7f9, #2F3C42);
    --foreground: light-dark(#2B303A, #f0f2f3);
    --foreground-dim: light-dark(#576379, #d5d5d5);
    --foreground-heavy: light-dark(#191C22, #f2f4f5);
    --primary-color: light-dark(#375287, #A1C5FF);
}

html {
  font-size: 18px;
  font-family: serif;
}

body {
  margin: 0 auto;
  max-width: 50rem;
  background: var(--background);
  color: var(--foreground);
  line-height: 1.5;
  padding: 0rem 0.5rem;
}

aside {
    font-size: smaller;
    font-style: italic;
    color: var(--foreground-dim);
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    color: var(--foreground-heavy);
}

a {
    color: var(--primary-color);
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline;
}

nav ul {
  list-style: none;
}

nav li {
  display: inline;
}

nav li + li:before {
  content: " · ";
  margin: 0 0.5ex;
}

article header {
    display: flex;
    flex-direction: row;
    margin: 1rem 0;
}

article header time {
    white-space: nowrap;
    color: var(--foreground-dim);
    font-style: italic;
    flex: 0 0 12ex;
}

article header h2,
article header p {
    font-size: 1rem;
    display: inline;
}

code,
pre {
  background: var(--background-dim);
  border-radius: 0.3rem;
  font-family: monospace;
}

pre {
  padding: 1rem;
  border-left: 2px solid var(--primary-color);
  overflow: auto;
}

code {
  padding: 0.1rem 0.2rem;
}

/* reset the padding for code inside pre */
/* pre code {
  padding: 0;
}

blockquote {
  background: var(--background-dim);
  border-radius: 0 0.3rem 0.3rem 0;
  font-style: italic;
  border-left: 2px solid var(--primary-color);
  margin: 0;
  padding: 1rem;
}

/* reset the margin for p inside blockquotes */
/*
blockquote p {
  margin: 0;
}

body > header {
  padding: 2rem 0;
}

body footer {
  margin: 3rem 0;
  color: var(--foreground-dim);
  font-size: smaller;
  text-align: center;
}

header nav {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
}

header h1 {
  margin: 0 auto;
  color: var(--primary-color);
}

header h2 {
  display: inline;
  font-size: 1.2rem;
} */

/* My content! */

/* body {
  margin: 0;
  padding: 0;
  font-family: "Courier Prime", monospace;
  background-color: #fff;
  color: #111;
}

.emoji {
  font-size: 3rem;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  text-align: center;
  padding: 2rem 1rem;
  box-sizing: border-box;
}

.header {
  align-self: flex-start;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.film-title {
  font-family: "Birthstone Bounce", cursive;
  font-weight: 500;
  font-size: 8rem;
  margin: 2rem 0 1rem;
}

.description {
  max-width: 600px;
  margin: 0.5rem auto;
} */


/* Take 2 */

@import url('https://fonts.googleapis.com/css2?family=Birthstone+Bounce&family=Courier+Prime&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: 'Courier Prime', monospace;
  /* background: 
  linear-gradient(rgb(35, 35, 35), rgb(23, 23, 23)); */
  background-color: blue;
  color: rgb(246, 246, 246);
}

h2 {
  margin-bottom: 0.5rem;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  text-align: center;
  padding: 0.5rem;
  box-sizing: border-box;
}

.header-group {
  align-self: flex-start;
  text-align: left;
  margin-bottom: 0.1rem;
}

.film-group {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-group h1 {
  font-size: 1.0rem;
  margin-bottom: 0.0rem;
}

.header-group p {
  font-size: 0.9rem;
  margin-top: 0.0rem;
}

.emoji {
  font-size: 3rem;
}

p {
  max-width: 600px;
}

a {
  color: white
}

footer {
  text-align: center;
}

.film-title {
  width: 800px;
  max-width: 100%;
}

.description {
  font-size: 0.95rem;
  margin: 1rem 0 0.5rem;
}

.quote {
  font-size: 0.95rem;
  font-style: italic;
}
