@charset "utf-8";
/* CSS Document */

body {
  background-color: #212222;
  background-image: url("https://moblasanga.neocities.org/newmob.svg"); /* Replace with your pattern image */
  background-size: 7.5%; /* Adjust based on your pattern */
  background-repeat: repeat;
  background-attachment: fixed;
  animation: scrollBackground 180s linear infinite;
  text-align: center;
}
@keyframes scrollBackground {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 100%;
  }
}
img {
  max-width: 250px;
  max-height: 250px;
  border-radius: 10px;
}
html {
  cursor: url("https://moblasanga.neocities.org/mycool.png"), default;
}
h1 {
  color: #d3d3d3;
  font-family: HelloBold;
  font-size: 65px;
}
button {
  font-family: HelloSemiBold;
  color: black;
  font-size: 20px;
}
.Name {
  border: 7px solid firebrick;
  border-radius: 15px;
}
h2 {
  font-family: HelloSemiBold;
  color: #fffcc3;
}
h3 {
  color: #a91515;
  font-family: Hello;
  font-size: 31px;
}
.drinks {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
}

.drinks > * {
  text-align: center;
}
p {
  text-align: center;
  font-family: HelloThin;
  color: white;
  letter-spacing: 1.5px;
  font-size: 20px;
}
a {
  font-family: HelloItalic;
  color: #212222;
}
figcaption {
  text-align: center;
  font-family: HelloThinItalic;
  color: white;
  letter-spacing: 1.5px;
  font-size: 20px;
}
.smoke {
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0.7;
  transition: transform 0.2s ease-out, opacity 0.5s ease-out;
  pointer-events: none;
  filter: brightness(0.5);
}
.settings {
  text-align: center;
}

.bullet-hole {
  position: absolute;
  width: 50px; /* Adjust size of the bullet hole */
  height: 50px; /* Adjust size of the bullet hole */
  background-image: url("https://moblasanga.neocities.org/pewpew5.png"); /* Replace with your bullet hole image URL */
  background-size: cover;

  pointer-events: none; /* Ensure the bullet hole doesn't interfere with clicking */
  transform-origin: center center;
  animation: bullet-hole-effect 0.5s ease-out forwards;
}

@font-face {
  font-family: "OleoScript";
  src: url("https://moblasanga.neocities.org/OleoScript/OleoScript-Bold.ttf");
}
@font-face {
  font-family: "Birch";
  src: url("https://moblasanga.neocities.org/Birch/BirchStd.woff");
}
@font-face {
  font-family: NickerbockerNF;
  src: url("https://moblasanga.neocities.org/Bocker/NickerbockerNF.woff");
}
@font-face {
  font-family: HelloBold;
  src: url("https://moblasanga.neocities.org/Hello/JosefinSans-Bold.woff");
}
@font-face {
  font-family: HelloBoldItalic;
  src: url("https://moblasanga.neocities.org/Hello/JosefinSans-BoldItalic.woff");
}
@font-face {
  font-family: HelloItalic;
  src: url("https://moblasanga.neocities.org/Hello/JosefinSans-Italic.woff");
}
@font-face {
  font-family: HelloLight;
  src: url("https://moblasanga.neocities.org/Hello/JosefinSans-Light.woff");
}
@font-face {
  font-family: HelloLightItalic;
  src: url("https://moblasanga.neocities.org/Hello/JosefinSans-LightItalic.woff");
}
@font-face {
  font-family: HelloSemiBold;
  src: url("https://moblasanga.neocities.org/Hello/JosefinSans-SemiBold.woff");
}
@font-face {
  font-family: HelloSemiBoldItalic;
  src: url("https://moblasanga.neocities.org/Hello/JosefinSans-SemiBoldItalic.woff");
}
@font-face {
  font-family: HelloThin;
  src: url("https://moblasanga.neocities.org/Hello/JosefinSans-Thin.woff");
}
@font-face {
  font-family: HelloThinItalic;
  src: url("https://moblasanga.neocities.org/Hello/JosefinSans-ThinItalic.woff");
}
@font-face {
  font-family: Hello;
  src: url("https://moblasanga.neocities.org/Hello/JosefinSans.woff");
}
