@font-face {
  src: url("https://cdn.glitch.global/ec513b9f-2b54-4a53-b195-9e744b46ff52/ClubLithographerV2-Italic.woff?v=1644298851355")
    format("woff");
  font-family: "Club Lithographer Web";
}

@font-face{
  src: url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;1,100;1,200;1,300;1,500;1,600;1,700&family=Source+Code+Pro:ital@0;1&display=swap");

} 
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* The following is all reset from Glitch */
/* default to border-box */
html {
  box-sizing: border-box;
  font-size: 16px;
  background-color: #f5e5ff;
  background-image: url("https://cdn.glitch.global/ec513b9f-2b54-4a53-b195-9e744b46ff52/LA%20background.svg?v=1644386284117"),
    url("https://cdn.glitch.global/ec513b9f-2b54-4a53-b195-9e744b46ff52/stars.svg?v=1644385968555");
  background-position: bottom left, top left;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: fixed;
  height: 100%;
}

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

/* adjust typography defaults */
body {
  margin: 1rem;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
}

/* images and videos max out at full width */
img,
video {
  height: auto;
  max-width: 100%;
}

/* This is really where my CSS starts lol */

h1 {
  font-family: "Club Lithographer Web", "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 7rem;
  line-height: 100%;
  color: #9c38da;
  margin: 0;
}

h2 {
  font-size: 1.25rem;
  line-height: 125%;
  color: #a070bd;
  font-weight: 500;
  margin: 1em 0 3em 0;
}

h3 {
  font-family: "Source Code Pro", monospace;
  color: #e2c7f2;
  font-size: 1rem;
  line-height: 125%;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e2c7f2;
  margin: 0;
}

.navigation {
  font-weight: 300;
  margin: 2rem 0 0 0;
}

.container {
  margin: 2rem auto;
  padding: 3rem 2rem 2rem 2rem;
  max-width: 680px;
  background: rgb(255, 255, 255, 0.5);
  border-radius: 8px;
}

p {
  font-size: 1.5rem;
  line-height: 125%;
  color: #e2c7f2;
  margin-top: 0.5rem;
}

a {
  color: #a070bd;
  text-decoration: none;
}

a:hover {
  color: #9c38da;
  background: rgb(245, 229, 255);
  background: radial-gradient(
    circle,
    rgba(245, 229, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-bottom: 1px solid #e2c7f2;
}
