* {
  line-height: 1.4;
}
.special {
  font-size: 50px;
 font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; 
  color: white;
  font-weight: 900;
  filter: drop-shadow( 0 2px #000) drop-shadow( 2px 0 #000) drop-shadow( 0 -2px #000) drop-shadow( -2px 0 #000);
}
@font-face {
font-family: 'hi';
src: url(https://file.garden/Zxg0gd66ym14IJ7L/HomemadeApple-Regular.ttf)
} 
i {
  font-weight: 100!important;
  font-family: 'hi';
  font-size: 14px !important;
}
strong, b {
  font-weight: 900!important;
  font-family: 'hi';
  font-size: 14px !important;
}
p{
  font-weight: 100 !important;
font-size: 14px !important;
font-family: 'hi';
letter-spacing: 1px !important;
}
hr {
  display: none;
}
a {
  font-family: 'hi';
 color: black;
}
main {
  max-width: 1000px;
  margin: auto;
}
body {  background: #E5C9E5;
}
.container-base {
  margin: auto;
  color: black;
  width: 400px;
background: #E5C9E5;
background-image: url("https://file.garden/Zxg0gd66ym14IJ7L/Untitled267_20250803154350.png");
background-size: contain;
height: 368px !important;
 background-repeat: no-repeat; 
}
.paste-info {
  font-family: 'hi';
  color: black;
  text-align: right;
  font-size: 12px;
}

.button {
  background-color: #E5C9E5;
  color: black;
  border-radius: var(--border-radius);
  padding: var(--padding-buttons);
  border: none;
  cursor: pointer;
  font-size: 16px !important;
font-family: 'hi';
}

.button:hover {
  background-color: var(--text-color);
  color:  var(--container-background-color);
}
