body:before {
content: ' ';
height: 100vh;
width: 100vw;
display: block;
position: fixed; 
top: 0; 
left: 0; 
z-index: 100;
background-image: url('https://media4.giphy.com/media/1GIfN221wZh3KxkEwC/giphy.gif?cid=6c09b952w2w5o2hjtc8nwh9y9mvqruigdgn6tv1nzfned792&ep=v1_internal_gif_by_id&rid=giphy.gif&ct=g');
background-size: cover;
background-repeat: no-repeat;
background-position:center;
animation: yourAnimation 5s ease 0s 1 normal forwards;
pointer-events: none;
}
@keyframes yourAnimation { 0.0%{ opacity: 1;} 75%{ opacity: 1; } 100%{ opacity: 0;} } 
.main-container {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 15px 0;
}
.box-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
    align-items: center;
}
.wrapper {
    background-color: red;
    background-image: url(https://i.ibb.co/DHjWyZXL/pattern-1200-7888395a74738bd58c2afcdf0986b74d.png);
    background-blend-mode: hard-light;
    padding: 20px;
    border: 3px solid white;
    margin: 10px;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
}

.mcr-background-mmph {
  background-image: url('https://postpunkpress.wordpress.com/wp-content/uploads/2018/01/e9e761f70e854f51c7da16e4eed8f0b2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
  background-attachment: fixed;
}
.mozilla-headline-font {
  font-family: "Mozilla Headline", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.press-start-2p-regular {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}

.large-box {
  background-color: #690101;
  border: 3px solid transparent;
  border-image: url("https://goooby.neocities.org/graphics%20made%20by%20me/pattern_0_62dd3d7e1e1446a0866cb84f6636c71b.png") 5 round;
  z-index: 2;
}
.box {
  background-color: black;
  border: 1px solid white;
  margin: 5px;
}
.buttons {
  margin: 5px;
  width: 88px;
  height: 31px;
}
.topnav {
  overflow-y: auto;
  border-radius: 3px 3px 3px 3px;
  font: 'Roboto Slab';
  margin: 3px;
  display: flex;
  flex-direction: column;
}

#about-topnav {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.topnav a {
  color: white;
  text-align: center;
  padding: 20px 16px;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Mozilla Headline', sans-serif;
}
.topnav a:hover {
  font-size: 23px;
}

.dropdown {
  align-self: center;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: inherit;
  font-family: 'Roboto Slab';
  margin: 0;
  text-decoration: none;
}

.dropdown:visited .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: inherit;
  font-family: 'Roboto Slab';
  margin: 0;
  text-decoration: none;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
  font-size: 20px;
}

.navbar a:hover,
.dropdown:visited .dropbtn {
  background-color: #98373E;
  color: black;
  font-size: 25px;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 13px;
}

.dropdown-content a:hover {
  font-size: 16px;
}

/* Show the dropdown menu on click */
.dropdown-content.show {
  display: block;
}
#calendar {
  width: 88%;
  height: 88%;
  margin: 5px;
}
table {
  background: black;
  display: inline-block;
  border-color: #690101;
  border-style: solid;
  border-width: 1px;
  font-family: 'Mozilla Headline', sans-serif;
  margin: 0 auto;
}

table td {
  background-color: #b00e0e;
  margin: 0 auto;
  height: 50%;
}

table strong {
  color: white;
}
.blinkies {
  width: 19%;
  margin: 3px;
}
#draggableboxheader:hover{
  cursor: grab;
}
#draggablebox {
  background-color: red;
  background-image: url(https://i.ibb.co/DHjWyZXL/pattern-1200-7888395a74738bd58c2afcdf0986b74d.png);
  background-blend-mode: hard-light;
  padding: 20px;
  border: 3px solid white;
  margin: 10px;
  box-sizing: border-box;
  z-index: 2;
  position: fixed;
}