* {
    box-sizing: border-box;
}
#card_1 {
    --index: 1;
    position: sticky;
    z-index: 2;
    pointer-events: none;
}
#card_2 {
    --index: 2;
    z-index: 1;
    pointer-events: none;
}
#card_3 {
    --index: 3;
    position: sticky;
    margin-top: -580px;
    z-index: -1;
    pointer-events: none;
}
.header{
    font-family: header;
    color: #F1948A;
    font-size: 10em;
}
.title {
    color:#F4D03F; 
    font-size: 5em;
}
.card {
    top: 1;
}
.space{
    width: 100%;
    height: 320px;
}
@keyframes planetDim {
    from {filter: brightness(100%)}
    to {filter: brightness(0%)}
}
@keyframes planetLit {
    from {filter: brightness(0%)}
    to {filter: brightness(100%)}
}
@keyframes ufoRev {
    from{filter: opacity(0%);}
    to{filter: opacity(100%)}
}
@keyframes transend {
    from{margin-top: -1280px;
    margin-bottom: 1280px;}
    to{margin-top: 0px;
    margin-bottom: 0px;}
}
.planet{ animation: planetDim 1s linear 0s 1 forwards;}
.eclipse{ animation: planetLit 1s linear 0s 1 forwards;}
.ufo{ animation: ufoRev 1s linear 0s 1 forwards;}
.hide{ filter: opacity(0%); z-index: -1;}
.transend {animation: transend 2s linear 0s 1 forwards;}
@font-face{
    font-family:blackhan;
    src: url(assets/BlueScreenPersonalUseRegular-0W1M9.ttf);
}
@font-face{
    font-family:header;
    src: url(assets/NitrogodsPersonalUseBold-z81j3.ttf);
}
body {
    font-family: blackhan;
    color:#FFFFFF;
    background-image: url(assets/Space.png);
    background-size: cover;
    margin: 0px;
}
h2 {
    border: medium solid #ffffff;
    background-color: #000000;
    margin: auto;
    font-size: .75em;
    width: 75%;
}
h3{
    border: medium solid #ffffff;
    background-color: #000000;
    margin: auto;
    min-height: 150px;
    width: 75%
}
h4 {
    border: medium solid #ffffff;
    background-color: #000000;
    margin: auto;
    font-size: 2em;
    width: 75%;
}
table{
    margin-right: auto;
    margin-left: auto;
    border-style: dotted;
    border-color: #ffffff;
    border-width: thick;
}
tr{
    border-style: dotted;
    border-color: #ffffff;
    border-width: thick;
}
td{
    border-style:solid;
    border-color: #ffffff;
    border-width: thin;
}
.link{
    margin-left: 10%;
    margin-right: 10%;
}
.container {
    text-align: center;
    padding: 2em ;
}
a:link {
    color:#F4D03F ;
    text-decoration: none;
}
a:visited {
    color:#F4D03F ;
}
a:active {
    color:#F4D03F ;
}
a:hover {
    color:#2CFFFD ;
}
.timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #ffffff;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    margin-bottom: 30px;
    padding-bottom: 60px;
}
.container2 {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 60%;
}
.left {
    left: -10%;
}
.right {
    left: 50%;
}
.left::before {
    content: "";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 0px;
    border: medium solid #ffffff;
    border-width: 6px 40px 0px 0px;
    border-color: #ffffff;
}
.right::before {
    content: "";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 0px;
    border: medium solid #ffffff;
    border-width: 0px 0px 6px 40px;
    border-color: #ffffff;
}
.content {
    padding: 20px 30px;
    border: medium solid #ffffff ;
    background-color: #000000;
    position: relative;
}
.footer {
    background-image: url(assets/Anunnaki%20Background.png);
    background-position: bottom;
    margin-top: -42px;
    min-height: 400px;
    width: 1920px;
    height; 1080px;
}