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;
}

a {
  text-decoration: none;
}

/* End of Styling Reset */
/* End of Styling Reset */
/* End of Styling Reset */
/* End of Styling Reset */
body {
  height: 100vh;
  width: 100vw;
  background-image: rgba(0, 0, 0, 0);
  font-size: 62.5%;
  font-family: Arial;
}

#container {
  background: url("/background-blue-purple-small.fa65d814.jpg");
  height: 100%;
  width: 100%;
  position: absolute;
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0%);
  transition: ease-in 2s;
  z-index: -10;
}

#overview {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 16fr 1fr;
  grid-template-rows: 2fr 1fr 1fr 1fr 2fr;
  grid-template-areas: ". . ." ". header ." ". subheader ." ". paragraph ." ". . .";
  align-items: center;
  text-align: center;
  color: #a29bfe;
}
#overview #overviewHeader {
  font-size: 4rem;
  grid-area: header;
}
#overview h4 {
  font-size: 2rem;
  grid-area: subheader;
}
#overview p {
  font-size: 1.6rem;
  grid-area: paragraph;
}

/*# sourceMappingURL=/scripts.71c4e892.css.map */