    body {
        transform: scaleX(-1);
        /* Include vendor prefixes for broader browser compatibility */
        -webkit-transform: scaleX(-1); /* For Chrome, Safari, Opera */
        -moz-transform: scaleX(-1);    /* For Firefox */
        -o-transform: scaleX(-1);      /* For old Opera */
        filter: FlipH;                 /* For IE */
        -ms-filter: "FlipH";           /* For IE */
    
  cursor: url("/cursor.svg"), default;
  background: linear-gradient(#000000, #4A4716);
  background-size: 5%;
  margin: 12px;
  margin: 0px;
  background-color: Black;
  color: Yellow;
  font-family: Klasky Csupo, Shag-Lounge;
}

@font-face {
  font-family: 'Klasky Csupo';
  font-style: normal;
  font-weight: 400;
  src: url(https://splaatandfriends.neocities.org/KlaskyCsupo.ttf) format('ttf');
}

@font-face {
  font-family: 'Shag-Lounge';
  font-style: normal;
  font-weight: 400;
  src: url(https://splaatandfriends.neocities.org/Shag-Lounge.ttf) format('ttf');
}

right {
  text-align: right;
}

webring-css {
  display: block;
  max-width: 600px;
  margin: 1rem auto;
}

#ruffle_alert .alert {
  border: 2px solid #414141;
  border-radius: 15px;
  padding: 0.5rem 1rem;
  margin: 2rem 0;
}

#ruffle_alert p {
  margin-bottom: 0;
}

ruffle-embed {
  z-index: 10;
}

.ruffle-loader {
  position: absolute;
  z-index: 5;
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: white;
  color: white;
  pointer-events: none;
}

.ruffle-loader img {
  object-fit: contain;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.video .embed-responsive {
    text-align: center;
    margin-top: 2rem;
    border-radius: 20px;
}

    .floated-element {
        float: right;
        width: 50%; /* Example width */
    }