.center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  img {
    display: block;
  }
  h1, h2, h3, h4, h5, h6, p {
  color: #e2e9ee;
    text-align: center;
    font-family: Armagist;
  }

  h1 {
    font-size: xxx-large;
  }

  h2 {
    font-size: xx-large;
  }

  figcaption {
    color: #e2e9ee;
    text-align: center;
    font-family: Armagist;

  }
  p {
    font-size: 20;
  }
  @font-face {
  font-family: Armagist;
  src: url(Demoarmagist-6RpgY.otf);
  
}

.bubble
{
display: inline-block;
background-color:hsla( 0, 0%, 0%, 0.7);
padding: 8px;
border: 1px solid #e2e9ee;
border-radius: 40px;
text-align: center;
}

@font-face {
  font-family: Distropiax;
  src: url(Distropiax-e9V03.otf); 
  font-size: larger;
}

  a {
    color: #4285b8;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.25ch;
    font-family: Armagist;
  }

  /* Anchor text color when hovering */
a:hover {
    text-decoration: underline;
    text-decoration-style: dashed;
    color:#e2e9ee;
}

/* Anchor text color when clicked on*/
a:active {
  text-decoration: underline;
  text-decoration-style: dashed;
  color:#1500cb;
}

  table {
    color: #e2e9ee; 
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
  }

  th, td {
    background-color:hsla( 0, 0%, 0%, 0.0);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  tr {
    box-align: center;
  }

  body {
    cursor: url('https://files.catbox.moe/phdfnk.png'), auto;
    font-family: var(--font-secondary);
    font-size: var(--font-scale);
    margin: auto;
    padding: 20px;
    max-width: var(--width);
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.5;
  }


/* Cursor when hovering any clickable element */
a,
button,
input[type="button"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select,
label,
[role="button"],
[onclick],
[href] {
  cursor: url('https://files.catbox.moe/805bmi.png'), pointer;
}

