@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('fonts/caviardreams/CaviarDreams.eot');
    src: url('fonts/caviardreams/CaviarDreams.eot?#iefix') format('embedded-opentype'),
         url('fonts/caviardreams/CaviarDreams.woff2') format('woff2'),
         url('fonts/caviardreams/CaviarDreams.woff') format('woff'),
         url('fonts/caviardreams/CaviarDreams.ttf') format('truetype'),
         url('fonts/caviardreams/CaviarDreams.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
font-family: 'caviar_dreamsregular';
color: white;
}

a:hover, a:focus {
    outline: none;
    border: 2px solid transparent;
}

body {
  background-image: url('/images/jpg/222.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

a {
 font-size: 0.7em;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
}
.number-wrapper {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    z-index: 10000;
}
.number-display {
    font-family: 'VT323', monospace;
    font-size: 96px;
    color: #00ff00;
    text-shadow: 0 0 10px #00ff00;
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 0;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.number-display.fade-out {
    opacity: 0;
}

#blur{
    font-size: 40px;
    color: transparent;
    text-shadow: 0 0 12px white;
}

#divider  {
  height: 2px;
  width: 725px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  margin-top: 20px;
  margin-bottom: 30px;
}

#contact  {
    position: absolute;
    right: 5px;
    bottom: 0;
}

.footer-images {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    align-items: flex-end; /* Align images to the bottom of the container */
    line-height: 0; /* Remove any line-height gaps */
}

.footer-images img {
    width: 8%;
    height: auto;
    display: block; /* Prevent inline-block gaps */
    margin-bottom: 0; /* Ensure no bottom margin */
}

.footer-images a {
    margin: 0;
    padding: 0;
    line-height: 0; /* Remove line-height from links */
    display: inline-block; /* Ensure links wrap tightly around images */
}
