body {
  background-color: #6b521d;
  background-image: url('https://f2.toyhou.se/file/f2-toyhou-se/images/54538963_fRcD7RToVrVaZRW.gif');
  background-blend-mode: overlay;
  background-attachment: fixed;
  background-size: contain;
  color: white;
  font-family: Verdana;
  cursor: url("https://sheepss.neocities.org/Helookasostupif-ezgif.com-resize.png"), auto !important;
}


a {
  color: #99ab6b;
}

a, btn, a.btn, .btn, button, summary, span > a, li > a, [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: url('https://sheepss.neocities.org/Hes%20so%20silly%20cursor%20size%20tiny.png'), auto !important;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  text-align: center;
}

.card {
  border-radius: 0px;
  color: #fff;
  background-color: #000;
}

.text-right {
  text-align: right!important;
}

.font-italic {
  font-style: italic;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n3 {
  margin-top: -1rem!important;
}

.mt-n2 {
  margin-top: -.5rem!important;
}

.ml-n3 {
  margin-left: -1rem!important;
}

.mr-n3 {
  margin-right: -1rem!important;
}

.mr-n2 {
  margin-right: -.5rem!important;
}

.mr-2 {
  margin-right: .5rem!important;
}

.mx-3 {
  margin: 0 1rem!important;
}

.mx-2 {
  margin: 0 .5rem!important;
}


hr {
  opacity: 1;
}

blockquote {
  border-left: .25rem solid #4c0e0e;
  color: inherit;
  margin-left: 0;
  padding: .5rem 1rem;
}


.gay-btn {
  transition: 0.3s;
  background: #561515;
  padding: 5px;
  color: #cf5d51 !important;
}

.gay-btn:hover {
  background: #200e0e;
  color: #fff !important;
}


.divider {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: #4c0e0e;
  margin: 10px 0;
}


.align-content-around, .align-content-center, .align-content-end, .align-content-start, .align-content-stretch, .align-items-baseline, .align-items-center, .align-items-end, .align-items-start, .align-items-stretch, .flex-column, .flex-column-reverse, .flex-nowrap, .flex-row, .flex-row-reverse, .flex-wrap, .flex-wrap-reverse, .justify-content-around, .justify-content-between, .justify-content-center, .justify-content-end, .justify-content-start {
  display: flex;
}

.justify-content-between {
  justify-content: space-between !important;
}

.d-flex {
  display: flex !important;
}

.popover-body {
  padding: 5px;
}