* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
  font-size: 17px;
}

h3 {
  font: 800 22px Arial;
  -webkit-text-fill-color: black;
  -webkit-text-stroke-color:black;
  -webkit-text-stroke: 0px red;

}

.content {
  text-align: center;
  position: relative;
  bottom: 0;
  background: rgba(0, 0, 0, 0.0);
  color: #000000;
  width: 100%;
  padding: 0px;
}


.button {
  display: flex;
  height: 50px;
  padding: 0;
  background: #009578;
  border: none;
  outline: none;
  border-radius: 5px;
  overflow: hidden;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.button:hover {
  background: #008168;
}

.button:active {
  background: #006e58;
}

.button__icon {
  display: inline-flex;
  align-items: center;
  padding: 0 24px;
  color: #fff;
  height: 100%;
}

.button__icon {
  font-size: 1.5em;
  background: rgba(0, 0, 0, 0.08);
}

.box01 {
  border: 1px solid;
  background-color: rgba(186, 246, 150, 0.5);
  font-size: 22px;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 10px;
  color: black;
  text-align: center;
  width: 90%;
}

.txt01 {
  border: 0px solid;
  background-color: #baf696;
  background: rgba(150, 120, 120, .5);
  font-size: 52px;
  display: inline-block;
  padding: 0px 16px;
  border-radius: 10px;
  color: gold;
  text-align: center;
  -webkit-text-fill-color: black;
  -webkit-text-stroke-color:black;
  -webkit-text-stroke: 2px gold;
   background: url('/files01/images01/Bitcoin_euro.png') no-repeat center top;
   background-size: 36%;
   opacity: 1.00;
   z-index: -1;
}

.txt02 {
  border: 0px solid;
  background: rgba(150, 120, 120, .5);
  font-size: 36px;
  display: inline-block;
  border-radius: 10px;
  color: gold;
  text-align: center;
  -webkit-text-fill-color: gold;
  -webkit-text-stroke-color:black;
  -webkit-text-stroke: 2px black;
   background: url('/') no-repeat center top;
   background-size: 36%;
   opacity: 1.0;
   z-index: -1;
}

.txt03 {
  border: 0px solid;
  font-size: 28px;
  display: inline-block;
  padding: 0px 16px;
  border-radius: 10px;
  color: gold;
  text-align: center;
  -webkit-text-fill-color: black;
  -webkit-text-stroke-color: black;
  -webkit-text-stroke: 2px black;
  background: rgba(150, 120, 120, .5) url('/') no-repeat center top;
  background-size: 36%;
  opacity: 1.00;
  z-index: -1;
  letter-spacing: 3px; /* Try 1px to start. Adjust as needed */
}

.txt04 {
  display: inline-block;
  padding: 0 16px;
  border-radius: 10px;
  background: rgba(128, 128, 128, 0.5);
}

.txt10 {
  border: 1px solid;
  background-color: #baf696;
  background: rgba(150, 120, 120, 0.5);
  font-size: 20px;
  display: inline-block;
  padding: 0px 14px;
  border-radius: 10px;
  color: black;
  text-align: center;
}


.txtbox01 {
  border: 1px solid;
  background-color: #baf696;
  background: rgba(150, 120, 120, 0.5);
  font-size: 20px;
  display: inline-block;
  padding: 0px 14px;
  border-radius: 10px;
  color: black;
  text-align: center;
}


.image1 { 
  height: auto;
  opacity: 100;
  padding: 0px 20px;

}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  z-index: -1; /* Ensure it stays behind content */
}


#update1 {
  display: inline;
  font: 24px Arial;
  font-weight: bold;
  -webkit-text-fill-color: black;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color:white;
}

#txt1 {
  display: inline;
  font: 24px Arial;
  font-weight: bold;
  -webkit-text-fill-color: black;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color:white;
}

#txt2 {
  display: inline;
  font: 20px Arial;
  font-weight: bold;
  -webkit-text-fill-color: black;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color:black;
}


#txt3 {
  display: inline;
  font: 22px Arial;
  font-weight: bold;
  -webkit-text-fill-color: black;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color:black;
}

#txt4 {
  display: inline;
  font: 24px Arial;
  font-weight: bold;
  -webkit-text-fill-color: black;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color:black;
}


.marquee-wrapper {
  overflow: hidden;
}

.marquee {
  display: flex 1;
  animation-name: marquee;
  animation-duration: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
  transform: translateX(0);
  img {
    padding: 1em;
}

}

