p {
    font-family: "Play", Tahoma, sans-serif;
}

h1 {
    font-family: "Faculty Glyphic", Tahoma, sans-serif;
}

h2 {
    font-family: "Play", Tahoma, sans-serif;
}

h3 {
    font-family: "Play", Tahoma, sans-serif;
}

i {
    font-family: "Monomakh", Times, serif;
}

body {
    cursor: url(https://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), auto !important;
    background-image: url("https://file.garden/ZnSVxjDVpDMuyxwu/websources/tumblr_inline_mlky4ofdvL1r53miq.png");
    background-color: khaki;
}

a {
    cursor: url(https://cur.cursors-4u.net/cursors/cur-11/cur1049.cur), auto !important;
    text-decoration: none;
    color: black;
    font-family: "Play", Tahoma, sans-serif;
    font-weight: bold;
}

.row {
    display: flex;
    flex-direction: column;
}

#die > h1 {
    margin: 0;
    background: white;
    border-radius: 20px;
    padding: 10px;
    border: solid 5px
}

#die {
    margin-bottom: 20px;
}

.needstodraw {
    border-radius: 20px;
    border: solid 5px;
    margin: 5px;
    width: 550px;
}

.conater {
    border: double 8px;
    padding: 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 1px 1px 20px grey;
}

.evilconater {
    margin-top: 20px;
    border: solid 8px;
    padding: 15px;
    border-image: url("https://file.garden/ZnSVxjDVpDMuyxwu/websources/s512_extra17_16_4.png") 12 fill round;
    width: max-content;
    height: fit-content;
}

.NAV {
    margin-bottom: 10px;
    font-size: larger;
    display: flex;
    flex-wrap: wrap;
}

.navbut {
    padding: 8px;
    border: solid 4px;
    margin: 5px;
    border-radius: 10px;
    margin-right: 11px;
    background-image: url(https://file.garden/ZnSVxjDVpDMuyxwu/websources/tumblr_inline_mlkxgi19yz1r53miq.png);
}

.navbut:hover {
    transform: scale(1.1);
    transition: .5s ease;
}

.artcont {
    border: solid 5px black;
    padding: 20px;
    background-color: white;
    flex-direction: column;
    display: flex;
    border-radius: 20px;
    overflow-x: hidden;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden
}

.huhu {
    padding: 10px;
    overflow-x: hidden;
}

.thumb {
    margin: 4px;
    border: solid 3px black;
    border-radius: 20px;
    margin-bottom: 10px;
    width: 150px;
    transition: .5s ease-in-out;
    box-shadow: 1px 1px 10px dimgrey;
}

.thumb:hover {
    transform: rotate(4deg);
    filter: grayscale(1);
}


.year h1 {
    margin: auto;
    font-size: 50px;
    text-align: center;
    color: white;
    text-shadow: -2px -2px 0 #000,
                2px -2px 0 #000,
                -2px 2px 0 #000,
                2px 2px 0 #000,
                -3px 0px 0 #000,
                3px 0px 0 #000,
                0px -3px 0 #000,
                0px 3px 0 #000;
}

.thebig {
    padding: 10px;
    border: solid 5px;
    border-radius: 20px;
    background: white;
    box-shadow: 1px 1px 20px dimgrey;
}

.dangly {
    float: right;
}

.borderbg {
    padding: 10px;
    border: solid 5px;
    border-radius: 20px;
    background-image: url(https://file.garden/ZnSVxjDVpDMuyxwu/websources/tumblr_inline_mlkxgi19yz1r53miq.png);
    box-shadow: 1px 1px 20px dimgrey;
    
}

#gogo {
    margin-bottom: 30px;
}

::selection {
color: white;
text-shadow: 0px 0px 5px darkred;
}

/* THIS IS SO JANK IDK WHAT TO DO HELP HELP */
/* LIKE IF ANYONE WITH A MONITOR LESS THAN 1920 BY 1080 IS GONNA DIE!!!! AUGHHH */
.year {
    position: relative;
    width: 109.7%;
    background-image: url("https://file.garden/ZnSVxjDVpDMuyxwu/websources/tumblr_inline_mlkxhvN0kY1r53miq.png");
    overflow-x: hidden;
    box-shadow: 0px 5px, 0px -5px;
    right: 20px;
}

.deco {
    position: relative;
    z-index: 5;
}

#ooo {
    left: 920px;
    bottom: 98px;
}

#e {
    opacity: 0;
}

.column {
    display: flex;
    flex-direction: row;
    margin: auto;
}

#left {
    width: 598px;
}

#phone {
    right: 750px;
    top: 450px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}

.modal-content {
  position: relative;
  width: 40%;
  height: auto;
  overflow: hidden;
  animation: zoomIn 0.5s;
  border-radius: 10px;
  border: solid 30px;
    border-image: url("https://file.garden/ZnSVxjDVpDMuyxwu/websources/_l_extra02_31_s512_extra02_31_0.png") 85 fill round;
}

#zusho {
    width: 25%;
}

@keyframes zoomIn {
  from {transform: scale(0.6);}
  to {transform: scale(1);}
}

.modal.show {
  display: flex;
  opacity: 1;
}

.close {
  cursor: pointer;
  transition: transform 0.3s;
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 40px;
  font-weight: bolder;
    color: #710000;
  font-family: "Faculty Glyphic", Tahoma, sans-serif;
    border: solid 5px;
    outline: solid white;
    padding: 5px;
    border-radius: 15px;
    background: url("https://file.garden/ZnSVxjDVpDMuyxwu/websources/tumblr_inline_mlkxgi19yz1r53miq.png");
    background-size: 100px;
}

.caption {
  position: absolute;
  bottom: 30px;
  width: 40%;
  text-align: center;
  color: black;
  font-size: 24px;
  font-family: "Faculty Glyphic", Tahoma, sans-serif;
    background: RGBA(255, 255, 255, 0.5);
    padding: 5px;
    font-weight: 700;
    box-shadow: 0px 0px 20px;
     text-shadow: -2px -2px 0 white,
                2px -2px 0 white,
                -2px 2px 0 white,
                2px 2px 0 white,
                -3px 0px 0 white,
                3px 0px 0 white,
                0px -3px 0 white,
                0px 3px 0 white;
    border: double 8px;
}
