@font-face {
    font-family: 'enchantedLand';
    src: url("../font/enchanted.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    font-kerning: 2px;
}

@font-face {
    font-family: 'waltograph';
    src: url("../font/waltographUI.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    font-kerning: 5px;
}

*{
    box-sizing: border-box;
    margin: 0;
}

h1{
    font-family: waltograph;
    font-size: 50px;
}

h2{
    font-family: enchantedLand;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h4{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.2em;
}
  
.header {
  max-width: 100%;
  padding: 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(to right, #002247, #0057B8 50%, #002249);
  z-index: 4;
  margin: 0px;
  height: 100px;
  z-index: 2;
}

#logo{
  border: none;
  background-color: transparent;
  margin: auto;
  z-index: 2;
}

#logo > img{
  width: 400px;
  height: auto;
  /* z-index: 2; */
}

/* Title */
.title-folder{
    width: 100%;
    margin: auto;
    display: block;
    padding-top: 40px;
    padding-bottom: 15px;
}

#title{
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 0px;
    color: white;
    font-size: 2.5em;
}

#disneyLogo{
    display: block;
    margin: auto;
    width: 200px;
}

/* Mickey Trace */
#mickeyCanvas{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    margin: auto;
    cursor: url(../img/mickey-drawing-cursor.png), auto;
    width: 300px !important;
    height: 200px !important;
}

#backgroundCanvas{
    background-color: white;
    border: solid 5px #002249;
    width: 300px !important;
    height: 200px !important;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    margin: auto;
    box-shadow: 0px 0px 15px #ffff;
    border-radius: 30px;
}

.mickeyCanvas:active{
    cursor: url('../img/mickey-drawing-cursor.png');
}

#introduction{
    font-size: 1.2em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
    text-align: center;
}

#skipButton{
    display: block;
    margin: auto;
    z-index: 2;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, -150%);
    z-index: 3;
    cursor: pointer;
    background-color: #002247;
    border: none;
    color: white;
    border-radius: 5px;
    font-size: 1.3em;
}

#before-animation{
    max-width: 100%;
    height: 1vh;
    background: rgb(0, 34, 71, .3);
}

#disney-intro{
    display: block;
    margin: auto;
    object-fit: cover;
    position: absolute;
    z-index: -5;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
}

/* After Animation */
#after-animation{
    display: none;
    /* width: 100vw; 
    height: 400vh; */
    height: 100vh; /* Or another appropriate height */
    /* overflow-y: scroll;
    scroll-snap-type: y mandatory; Mandatory for snap scrolling */
    /* https://stackoverflow.com/questions/3540194/how-to-make-a-grid-like-graph-paper-grid-with-just-css */
    --s: 100px; /* control the size */
  
    --_g: #11213377 90deg,rgb(50, 65, 73) 0;
    background: 
        conic-gradient(from 90deg at 2px 2px,var(--_g))
        0 0/var(--s) var(--s),
        conic-gradient(from 90deg at 1px 1px,var(--_g))
        0 0/calc(var(--s)/5) calc(var(--s)/5);
    background-color: #002247;

    overflow-y: scroll;
    scroll-behavior: smooth;

    position: relative;
}

#after-animation > section{
    height: 100vh;
}

/* Part 1 */
#pt1{
    width: 100vw;
    height: 100vh;
    /* scroll-snap-align: start; Snap to the top of the section */
}

header {
    width: 100%;
    padding: 10px;
    color: white;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(to right, #002247, #0057B8 50%, #002249);
    z-index: 4;
    margin: 0px;
    height: 95px;
}

#logo > img{
    width: 350px;
    height: auto;
}


.flourish-credit{
    display: none!important;
}

iframe{
    display: block;
    margin: auto;
}



@media (min-width: 500px) {
    header {
        justify-content: center;
        position: fixed;
    }
    .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .pt2-section-info{
        width: 80%;
    }
}

.pt1-section{
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 50%;
    height: auto;
    background-color: #000000;
    border-radius: 30px;
    box-shadow: 0px 0px 30px #ffff;
    padding: 15px;
}

/* #pt1-header{
    text-align: center;
    font-family: enchantedLand;
    font-size: 5em;
    letter-spacing: 2px;
    color: #fff;
} */

#pt1-paragraph-section{
    width: 80%;
    height: auto;
    margin: auto;
}

.pt1-paragraph{
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1em;
    text-align: left;
    padding: 5px;
}


/* TITLE ANIMATION */
/* https://prismic.io/blog/css-text-animations */
:root {
  --bg: #000000;
  /* --clr-1: #00c2ff; */
  --clr-2: #ff0000;
  --clr-3: #ffe70e;
  /* --clr-4: #bf15de; */

  --blur: 1rem;
  --fs: clamp(3rem, 8vw, 7rem);
  --ls: clamp(-1.75px, -0.25vw, -3.5px);
}

.title {
  font-size: var(--fs);
  font-weight: 800;
  letter-spacing: var(--ls);
  position: relative;
  overflow: hidden;
  background: var(--bg);
  margin: 0;
  border-radius: 30px;
}

.aurora {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: darken;
  pointer-events: none;
}

.aurora__item {
  overflow: hidden;
  position: absolute;
  width: 60vw;
  height: 60vw;
  background-color: var(--clr-1);
  border-radius: 37% 29% 27% 27% / 28% 25% 41% 37%;
  filter: blur(var(--blur));
  mix-blend-mode: overlay;
}

.aurora__item:nth-of-type(1) {
  top: -50%;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-1 12s ease-in-out infinite alternate;
}

.aurora__item:nth-of-type(2) {
  background-color: var(--clr-3);
  right: 0;
  top: 0;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-2 12s ease-in-out infinite alternate;
}

.aurora__item:nth-of-type(3) {
  background-color: var(--clr-2);
  left: 0;
  bottom: 0;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-3 8s ease-in-out infinite alternate;
}

.aurora__item:nth-of-type(4) {
  background-color: var(--clr-4);
  right: 0;
  bottom: -50%;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-4 24s ease-in-out infinite alternate;
}

@keyframes aurora-1 {
  0% {
    top: 0;
    right: 0;
  }

  50% {
    top: 100%;
    right: 75%;
  }

  75% {
    top: 100%;
    right: 25%;
  }

  100% {
    top: 0;
    right: 0;
  }
}

@keyframes aurora-2 {
  0% {
    top: -50%;
    left: 0%;
  }

  60% {
    top: 100%;
    left: 75%;
  }

  85% {
    top: 100%;
    left: 25%;
  }

  100% {
    top: -50%;
    left: 0%;
  }
}

@keyframes aurora-3 {
  0% {
    bottom: 0;
    left: 0;
  }

  40% {
    bottom: 100%;
    left: 75%;
  }

  65% {
    bottom: 40%;
    left: 50%;
  }

  100% {
    bottom: 0;
    left: 0;
  }
}

@keyframes aurora-4 {
  0% {
    bottom: -50%;
    right: 0;
  }

  50% {
    bottom: 0%;
    right: 40%;
  }

  90% {
    bottom: 50%;
    right: 25%;
  }

  100% {
    bottom: -50%;
    right: 0;
  }
}

@keyframes aurora-border {
  0% {
    border-radius: 37% 29% 27% 27% / 28% 25% 41% 37%;
  }

  25% {
    border-radius: 47% 29% 39% 49% / 61% 19% 66% 26%;
  }

  50% {
    border-radius: 57% 23% 47% 72% / 63% 17% 66% 33%;
  }

  75% {
    border-radius: 28% 49% 29% 100% / 93% 20% 64% 25%;
  }

  100% {
    border-radius: 37% 29% 27% 27% / 28% 25% 41% 37%;
  }
}

#nextSection{
    display: block;
    margin: auto;
    z-index: 2;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 240%);
    z-index: 3;
    cursor: pointer;
    background-color: #002247;
    border: none;
    color: white;
    border-radius: 5px;
    font-size: 1.3em;
}





/* Map Menu */
#main-menu-section{
    width: 100vw;
    height: 100vh;
    /* scroll-snap-align: start; Snap to the top of the section */
}

.main-menu{
    width: 80%;
    height: 93vh;
    /* margin: auto; */
    background-color: white;
    border-radius: 30px;
    transform: translate(12%);
}

#menu-title{
    text-align: center;
    margin: 20px;
    top: 15px;
    position: relative;
}

#menu-subheader{
    text-align: center;
    position: relative;
}

#lets-begin{
    text-align: center;
    position: relative;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1em;
}

/* .menu-card{
    height: auto;
    display: block;
    margin: auto;
} */

.menu-card{
    width: 90%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
    /* padding-left: 50px;
    padding-right: 50px; */
    /* opacity: 0;
    transform: translateX(50px);
    transition: all 0.4s ease-in-out; */
}

.menu-card.active{
    opacity: 1;
    transform: translateX(0);
}

.child{
    overflow: hidden;
    margin: auto;
}

.child > img{
    max-width: 100%;
    display: block;
    margin: auto;
    height: 37vh;
    object-fit: contain;
}

#magic-patent-info, #hollywood-patent-info, #epcot-patent-info, #animal-patent-info{
    display: none;
    height: 35vh;
}

/* Magic Kingdom */
#haunted-patent,#philharmagic-patent,#fireworks-patent,#checkin-patent,#location-tracking-patent,#cinderella-projection-patent,#carousel-patent,#buzz-spin-patent{
    background-color: lightgrey;
    overflow: scroll;
    display: none;
}

#haunted-patent,#philharmagic-patent,#fireworks-patent,#checkin-patent,#location-tracking-patent,#cinderella-projection-patent,#carousel-patent,#buzz-spin-patent > h4,h5,p{
    text-align: center;
}

/* Hollywood Studios */
#rise-patent,#mickey-minnie-patent,#tower-patent,#indiana-patent,#droids-patent{
    background-color: lightgrey;
    overflow: scroll;
    display: none;
    z-index: 3;
}

#rise-patent,#mickey-minnie-patent,#tower-patent,#indiana-patent,#droids-patent > h4,h5,p{
    text-align: center;
}

/* EPCOT */
#soarin-patent,#guardians-patent,#spaceship-earth-patent,#frozen-patent{
    background-color: lightgrey;
    overflow: scroll;
    display: none;
    z-index: 3;
}

#soarin-patent,#guardians-patent,#spaceship-earth-patent,#frozen-patent > h4,h5,p{
    text-align: center;
}

/* Animal Kingdom */
#dinosaur-patent, #Kali-patent, #expedition-patent, #navi-patent, #droids-patent{
    background-color: lightgrey;
    overflow: scroll;
    display: none;
    z-index: 3;
}

#dinosaur-patent, #Kali-patent, #expedition-patent, #navi-patent, #droids-patent > h4,h5,p{
    text-align: center;
}
/*  */

.patent-title{
    padding-top: 15px;
}

.patent-subtitle{
    padding-top: 5px;
    padding-bottom: 5px;
}
.patent-number{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.patent-inventor{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

embed{
    aspect-ratio: 3/4;
    padding: 20px;
    margin: auto;
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
}

.menu-icons{
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    padding-top: 5px;
}

.menu-tab{
    display: none;
    justify-content: space-evenly;
    /* bottom: 0;
    left: 0;
    position: absolute; */
    width: 100%;
    padding: 15px;
    position: absolute;
    bottom: 15px;
}



.tab-title{
    background-color: #0057B8;
    border-radius: 30px;
    width: 11%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.tab-title:hover{
    cursor: pointer;
}

.tab-title.active{
    background-color: #002249;
    color: white;
}



/* SCROLLABLE INFORMATION */
.wrapper{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pt2-section{
    margin: 0;
    padding: 15px;
    position: relative;
}

.pt2-section-info{
    background-color: #000000;
    border-radius: 30px;
    box-shadow: 0px 0px 30px #ffff;
    width: 85%;
    height: auto;
    margin: auto;
}


#pt1-header{
    text-align: center;
    font-family: enchantedLand;
    font-size: 2em;
    letter-spacing: 2px;
    color: #fff;
    padding: 15px;
    padding-bottom: 0px;
}

#pt2-header{
    text-align: center;
    font-family: enchantedLand;
    font-size: 2em;
    letter-spacing: 2px;
    color: #fff;
    padding: 15px;
    padding-bottom: 0px;
}

#pt2-paragraph-section{
    width: 80%;
    height: auto;
    margin: auto;
    padding: 15px;
}

.pt2-paragraph{
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: .3em;
    text-align: left;
    padding: 5px;
}


@media (min-width: 500px) {
    #pt1-header{
        font-size: 3em;
    }

    #pt2-header{
        font-size: 3em;
    }

    .pt2-paragraph{
        font-size: .9em;
    }
}

@media (min-width: 800px) {
    .pt2-section-info{
        width: 70%;
    }

    #pt2-header{
        font-size: 5em;
    }

    #pt1-header{
        font-size: 5em;
    }
}

@media (min-width: 900px) {
    /* Before-animation */
    h1{
        font-family: waltograph;
        font-size: 50px;
    }
    
    h2{
        font-family: enchantedLand;
        font-size: 40px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    h4{
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 1.2em;
    }
      
    .header {
      max-width: 100%;
      padding: 10px;
      color: white;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-image: linear-gradient(to right, #002247, #0057B8 50%, #002249);
      z-index: 4;
      margin: 0px;
      height: 100px;
      z-index: 2;
    }
    
    #logo{
      border: none;
      background-color: transparent;
      margin: auto;
      z-index: 2;
    }
    
    #logo > img{
      width: 400px;
      height: auto;
      /* z-index: 2; */
    }
    
    /* Title */
    .title-folder{
        width: 100%;
        margin: auto;
        display: block;
        padding-top: 40px;
        padding-bottom: 15px;
    }
    
    #title{
        display: flex;
        text-align: center;
        justify-content: center;
        margin: 0px;
        color: white;
    }
    
    #disneyLogo{
        display: block;
        margin: auto;
    }
    
    /* Mickey Trace */
    #mickeyCanvas{
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -30%);
        margin: auto;
        cursor: url('../img/mickey-drawing-cursor.png'), auto;
        width: 700px!important;
        height: 500px!important;
    }
    
    #backgroundCanvas{
        background-color: white;
        border: solid 5px #002249;
        width: 700px!important;
        height: 500px!important;
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -30%);
        margin: auto;
        box-shadow: 0px 0px 15px #ffff;
        border-radius: 30px;
    }
    
    .mickeyCanvas:active{
        cursor: url('../img/mickey-drawing-cursor.png');
    }
    
    #introduction{
        font-size: 1.5em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        color: white;
        text-align: center;
    }
    
    #skipButton{
        display: block;
        margin: auto;
        z-index: 2;
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translate(-50%, 0%);
        z-index: 3;
        cursor: pointer;
        background-color: #002247;
        border: none;
        color: white;
        border-radius: 5px;
    }
    
    #before-animation{
        max-width: 100%;
        height: 1vh;
        background: rgb(0, 34, 71, .3);
    }
    
    #disney-intro{
        display: block;
        margin: auto;
        object-fit: cover;
        position: absolute;
        z-index: -5;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .9;
    }
    






    /* After-animation */
    #main-menu-section{
        width: 100vw;
        height: 100vh;
        /* scroll-snap-align: start; Snap to the top of the section */
    }

    #lets-begin{
        text-align: center;
        margin-top: 35%;
        position: relative;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 1.5em;
    }
    
    .main-menu{
        width: 80%;
        height: auto;
        /* margin: auto; */
        background-color: white;
        border-radius: 30px;
        transform: translate(12%, 15%);
        height: 80vh;
    }
    
    #menu-title{
        text-align: center;
        margin: 20px;
        top: 15px;
        position: relative;
    }
    
    .menu-card{
        flex-wrap: nowrap;
        gap: 20px;
    }
    
    .menu-card.active{
        opacity: 1;
        transform: translateX(0);
    }
    
    .child{
        overflow: hidden;
        height: auto;
        width: 75%;
        margin: auto;
    }
    
    .child > img{
        max-width: 100%;
        display: block;
        margin: auto;
        height: 500px;
        object-fit: contain;
    }
    
    #magic-patent-info, #hollywood-patent-info, #epcot-patent-info, #animal-patent-info{
        width: 30%;
        display: none;
        height: auto;
    }
    
    /* Magic Kingdom */
    #haunted-patent,#philharmagic-patent,#fireworks-patent,#checkin-patent,#location-tracking-patent,#cinderella-projection-patent,#carousel-patent,#buzz-spin-patent{
        background-color: lightgrey;
        height: 500px;
        border-radius: 30px;
        overflow: scroll;
        display: none;
    }
    
    #haunted-patent,#philharmagic-patent,#fireworks-patent,#checkin-patent,#location-tracking-patent,#cinderella-projection-patent,#carousel-patent,#buzz-spin-patent > h4,h5,p{
        text-align: center;
    }
    
    /* Hollywood Studios */
    #rise-patent,#mickey-minnie-patent,#tower-patent,#indiana-patent,#droids-patent{
        background-color: lightgrey;
        height: 500px;
        border-radius: 30px;
        overflow: scroll;
        display: none;
        z-index: 3;
    }
    
    #rise-patent,#mickey-minnie-patent,#tower-patent,#indiana-patent,#droids-patent > h4,h5,p{
        text-align: center;
    }
    
    /* EPCOT */
    #soarin-patent,#guardians-patent,#spaceship-earth-patent,#frozen-patent{
        background-color: lightgrey;
        height: 500px;
        border-radius: 30px;
        overflow: scroll;
        display: none;
        z-index: 3;
    }
    
    #soarin-patent,#guardians-patent,#spaceship-earth-patent,#frozen-patent > h4,h5,p{
        text-align: center;
    }
    
    /* Animal Kingdom */
    #dinosaur-patent, #Kali-patent, #expedition-patent, #navi-patent, #droids-patent{
        background-color: lightgrey;
        height: 500px;
        border-radius: 30px;
        overflow: scroll;
        display: none;
        z-index: 3;
    }
    
    #dinosaur-patent, #Kali-patent, #expedition-patent, #navi-patent, #droids-patent > h4,h5,p{
        text-align: center;
    }
    /*  */
    
    .patent-title{
        padding-top: 15px;
    }
    
    .patent-subtitle{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .patent-number{
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 1em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    .patent-inventor{
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 1em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    embed{
        aspect-ratio: 3/4;
        padding: 20px;
        margin: auto;
        display: block;
        max-width: 100%;
        height: auto;
        position: relative;
    }
    
    .menu-icons{
        display: none;
    }
    
    .menu-tab{
        display: flex;
        justify-content: space-evenly;
        /* bottom: 0;
        left: 0;
        position: absolute; */
        width: 100%;
        padding: 15px;
        bottom: 15px;
        position: absolute;
    }
    
    .tab-title{
        background-color: #0057B8;
        border-radius: 30px;
        width: 11%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .tab-title:hover{
        cursor: pointer;
    }
    
    .tab-title.active{
        background-color: #002249;
        color: white;
    }

    .flourish-embed{
        display: block;
        width: 80%;
        height: 90vh;
    }
}





@media (max-width: 800px) {
    .menu-card {
      display: flex;
    }
}



.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  
  /* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
  
  /* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
  
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#myBtn{
    display: block;
    margin: auto;
    z-index: 3;
    cursor: pointer;
    background-color: white;
    border: none;
    color: rgb(0, 0, 0);
    border-radius: 5px;
    font-size: 1.3em;
}

#source-header{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1em;
    text-align: center;
    color: white;

    margin: 15px;
    margin-bottom: 10px;
}

.modal-content > a{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1em;
    padding: 2px;
    display: flex;
}