body {
    background-color: black;
    font-family: sans-serif;
    font-size: 20px;
    background-color: #2e2e2e;
    color: #828A8F;
    margin-top:20px;
    text-align:center;
}

p {
    color: #828A8F;
}
.typewriter {
    position: relative;
    top:200px;
    margin:20px;
}
iframe {
    margin-top: 20px;
    border: none;
    width: 90%;
    height: 800px;
    overflow:hidden;
}


a {
    text-decoration: none;
}

#video {
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    pointer-events: none;
}


@keyframes taco {
    from {
        right: 1000%;
    }

    to {
        right: 0px;
    }
}



@keyframes opacity {
    from {
        opacity: 0%;
    }

    to {
        opacity: 100%;
    }
}

.meme {
    animation-delay: 18s;
    animation-duration: 2s;
    animation-name: opacity;
    animation-fill-mode: forwards;
    opacity: 0%;
    position:relative;
}
#urmom {
    top:100px;
    position:relative;
}
/* Style The Dropdown Button */
.dropbtn {
  font-size: 32px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 4px;
    color: black;
    background-color: #9E1B32;
    border: none;
    border-radius: 10px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    display:inline-block;
    margin:1px 0px;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
    z-index:3;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 10px;
    padding:5px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3;
    margin-top:-1px;
    opacity:0%;
    background-color: #9E1B32;
    border-style: solid;
    border-radius:20px;
    border-top: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-color: dimgrey;
    font-family: sans-serif;
    font-size: 15px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: black;
    color: grey;
    transition: background-color 500ms, color 500ms, box-shadow 500ms;
    border-radius:20px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index:3;
    
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
    animation: opacity 500ms;
    animation-fill-mode: forwards;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: black;
    color: grey;
    transition: background-color 500ms, color 500ms, box-shadow 500ms;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    
}
.spooderman{
    width:250px;
    position: absolute;
    bottom:0;
    right:0;
}
.spooder {
    position: relative;
    display:inline;
    margin:none;
}
.taco {
    animation-name: taco;
    animation-duration: 3s;
    animation-delay: 15s;
    animation-fill-mode: forwards;
    z-index:2;
    width:250px;
    right:1000%;
    position:relative;
    bottom:-5px;
}
[hidden] { display: none !important; }