@charset "UTF-8";
/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.6.1761422165
Updated: 2025-10-25 19:56:05

*/
.white {
  color: #fff;
}

body header#masthead {
  display: none;
}
body footer#colophon {
  display: none;
}
body h1 {
  font-family: "Imperial Script", cursive;
  font-weight: 500;
  font-style: normal;
  font-size: 5rem;
  padding: 30px;
}
body h2 {
  font-family: "Imperial Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5rem;
}
body h3 {
  font-family: "Italianno", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
}
body h4 {
  font-family: "Italianno", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  padding-bottom: 40px;
}

.top-crown img {
  max-width: 500px;
}

.player-1 {
  margin: 30px auto;
  max-width: 400px;
}

.bottom-left-icon,
.bottom-right-icon,
.top-left-icon,
.top-right-icon {
  max-width: 230px;
  position: fixed;
  pointer-events: none;
}

.top-left-icon {
  top: -60px;
  left: 0;
}

.top-right-icon {
  top: -60px;
  right: 0 !important;
}
.top-right-icon img {
  transform: rotate(90deg) !important;
}

.bottom-left-icon {
  bottom: 0px;
  left: 0;
  margin-bottom: 0 !important;
}
.bottom-left-icon img {
  transform: rotate(-90deg) !important;
}

.bottom-right-icon {
  bottom: 0px;
  right: 0 !important;
  margin-bottom: 0 !important;
}
.bottom-right-icon img {
  transform: rotate(180deg) !important;
}

/* ---- reset ---- */
body {
  margin: 0;
  font: normal 75% Arial, Helvetica, sans-serif;
}

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 200%;
  background-color: #000000;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
  top: 0;
}

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

@media (max-width: 767px) {
  .bottom-left-icon,
.bottom-right-icon,
.top-left-icon,
.top-right-icon {
    max-width: 90px;
  }

  .top-crown img {
    max-width: 290px !important;
  }

  body h2 {
    font-size: 2.5rem;
  }

  body h3 {
    font-size: 2rem;
  }

  body h1 {
    font-size: 3.4rem;
  }

  .top-crown img {
    max-width: 270px;
  }
}

/*# sourceMappingURL=style.css.map */
