@font-face {
        font-family: font-default;
        src: url(/font/default.ttf);
        font-weight: normal;
    	font-style: normal;
}
:root {
	font-family: 'font-default';
    --link-color: #3182ce;
    --link-hover: #005577;
}

body {
  font-family: font-default, Arial, sans-serif;
  min-height: 75rem;
  padding-top: 6.5rem;
}

p {
	font-family: 'font-default';
	padding-bottom: 10px;
}

main,
.content,
.container {
  max-width: 760px;
  margin: 0 auto;
  border-radius: 12px;
  padding: 2rem;
  box-sizing: border-box;
  width: 100%;
}

@media (max-width: 900px) {
  main,
  .content,
  .container {
    max-width: 100%;
    padding: 1.2rem;
    border-radius: 10px;
  }
}

@media (max-width: 600px) {
  main,
  .content,
  .container {
    max-width: 100%;
    padding: 0.5rem;
    border-radius: 7px;
  }
}

footer {
  padding-bottom: 18px;
  line-height: 1.3;
  margin: 0;
  text-align: center;
  font-family: 'font-default';
}

img {
    width: 59%;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
article img {
	margin: auto;
    display: block;
    text-align: center;
 	justify-content: center;
  	align-items: center;
}
.IMG_HOME {
 width: 200px;
 height: 280px;
} 

@font-face {
    font-family: hh1;
    src: url(/font/h1.ttf);
}

@font-face {
    font-family: italicc;
    src: url(/font/italic.ttf);
}

i {
	font-family: 'italicc';
}

/* ========== PaperMod-Inspired Headings & Links ========== */

h1 {
  font-size: 2.25rem;
  text-align: center;
  font-family: 'hh1', var(--font-main), sans-serif;
  padding: 0.6em 0 0.3em 0;
  margin: 2.2em 0 1.2em 0;
  font-weight: 700;
  color: var(--heading-color);
  background: none;
  border: none;
  border-bottom: 3px solid var(--border-color);
  border-radius: 0;
  box-shadow: none;
  transition: color .2s;
}

h2 {
  font-size: 1.75rem;
  text-align: left;
  font-family: 'hh1', var(--font-main), sans-serif;
  padding: 0.45em 0 0.2em 0;
  margin: 1.8em 0 1em 0;
  font-weight: 600;
  color: var(--heading-color);
  background: none;
  border: none;
  border-bottom: 2px solid var(--border-color);
  border-radius: 0;
  box-shadow: none;
}

h3 {
  font-size: 1.25rem;
  text-align: left;
  font-family: 'hh1', var(--font-main), sans-serif;
  padding: 0.3em 0 0.15em 0;
  margin: 1.5em 0 0.9em 0;
  font-weight: 600;
  color: var(--heading-color);
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

h4 {
  font-size: 1.1rem;
  font-family: 'hh1', var(--font-main), sans-serif;
  margin: 1em 0 0.7em 0;
  font-weight: 600;
  color: var(--subheader-color);
  background: none;
  border: none;
}

h5 {
  font-size: 1rem;
  font-family: 'hh1', var(--font-main), sans-serif;
  margin: 0.8em 0 0.6em 0;
  font-weight: 600;
  color: var(--subheader-color);
  background: none;
  border: none;
}

h6 {
  font-size: 0.94rem;
  font-family: 'hh1', var(--font-main), sans-serif;
  margin: 0.7em 0 0.5em 0;
  font-weight: 600;
  color: var(--subheader-color);
  background: none;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

.MID {
  font-family: 'font-default', var(--font-main), sans-serif;
  line-height: 1.3;
  margin: 0;
  padding: 4px;
  text-align: center;
}

/* ========== PaperMod-Inspired Links ========== */
a {
  color: var(--link-color);
  text-decoration: underline;
  transition: color 0.16s;
}

a:link,
a:visited {
  color: var(--link-color);
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  color: var(--link-hover);
  text-decoration: underline wavy;
}

.ICON_MAIN {
	width: 50%;
    vertical-align: middle;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

@font-face {
    font-family: boldd;
    src: url(/font/bold.ttf);
}

ul {
	font-size: 17px;
}

strong,
b {
	font-family: 'boldd';
	font-weight: 580;
}

.img_install {
	border: 2px solid #555;
}
.img_download {
	text-align: center;
	width: 170px;
	height: 170px;
	margin-top: 0px;
	padding-top: 0px;
	display: flex;
}
.img_roww {
	margin-top: 0px;
	padding-top: 0px;
}

.FMID {
    display: flex;
    justify-content: center; 
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.ICON {
    width: 24px;
    height: 24px;
}

.ICON {
	width: 23px;
	height: 23px;
	vertical-align: middle;
	margin-right: 8px;
}
.DOWNLOAD_ICON {
width:22px;
height:22px;
text-align: center;
}
.ad-container {
    text-align: center;
}
.adsbygoogle {
    display: inline-block;
}

/* Overlay that covers the entire screen */
.delay-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.delay-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.delay-overlay .message {
  text-align: center;
  color: white;
  font-size: 1.5em;
}

.delay-overlay .countdown {
  font-weight: bold;
  color: #ffffff;
}

.delay-overlay .spinner {
  margin: 20px auto 0;
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-top: 5px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.overlay-icon {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
