

@font-face {
            font-family: 'mess'; 
            /* Make sure the filename matches your uploaded file exactly! */
            src: url('mess.woff2') format('woff2'); 
            font-weight: normal;
            font-style: normal;
        }
@font-face {
            font-family: 'lineal'; 
            /* Make sure the filename matches your uploaded file exactly! */
            src: url('lineal.woff2') format('woff2'); 
            font-weight: normal;
            font-style: normal;
        }
@font-face {
            font-family: 'pop'; 
            /* Make sure the filename matches your uploaded file exactly! */
            src: url('manchinos-regular-webfont1.woff2') format('woff2'); 
            font-weight: normal;
            font-style: normal;
        }
@font-face {
            font-family: 'coolvetica'; 
            /* Make sure the filename matches your uploaded file exactly! */
            src: url('coolvetica_rg-webfont.woff2') format('woff2'); 
            font-weight: normal;
            font-style: normal;
        }



body{
  cursor: url('cursor.png'), auto;
}


.banner img {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    max-height: 300px;
    filter: saturate(50%) grayscale(60%);
}
.banner{
    
    top: 0;
    left: 0;
    
    width: 100%;
    

}
.name{
    color: #FFFFFF; /* White text */
    
    text-align: center;
    font-family: mess;
    font-size:70px;
    position: absolute;
    top: 70px;
    white-space: nowrap;
    left: 50%;
    
    /* 2. Shift the box backward by half its own width and height */
    transform: translate(-50%, 0);
    
}
.name2{
    font-family: lineal;
    font-size: 25px;
    color: #bdbdbd; /* Electric Cyan */
     /* Dark shadow to separate it from the GIF */
    position: absolute;
    top: 190px;
    left: 50%;
    letter-spacing: 8px;
    text-shadow: 0 0 2.5px#ffffff;
    white-space: nowrap; /* Dark shadow to separate it from the GIF */

    
    /* 2. Shift the box backward by half its own width and height */
    transform: translate(-50%, 0);

}

.tower{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 96%;
}









html body{
    height: 100%
    
}
.main{
    
   margin-left: auto;
   margin-right: auto;
   width: 96vh;
   margin-top: -16px;
   min-height: 100vh;
   background-color:antiquewhite;
   font-family: manchinos-regular-webfont;
   border-radius: 50px;
   padding: 10px;
   border: 4px;
   border-style: solid;
   border-color: #414f63;
  text-align: center;


}

.content-box {
  position: relative; /* Essential for the overlay to align correctly */
  background-color: #fff; /* Your current white background */
  overflow: hidden; /* Keeps the scanlines contained inside the borders */
}

/* The Scanline Overlay Layer */
.content-box::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background: linear-gradient(
    rgba(18, 16, 16, 0) 50%, 
    rgba(0, 0, 0, 0.08) 50%
  );
  background-size: 100% 4px; /* Controls how thick/spaced the lines are */
  z-index: 10; /* Sits on top of the background, but below text if needed */
  pointer-events: none; /* Crucial: Allows users to still click and select text underneath */
}


.vm img{
    max-height: 64px;
    max-width: 64px;
    margin: 0 0 0 0;
   
}
.vm{
    display: flex;
    justify-content: center; /* Pushes them to the right */
    gap: 10px;                 /* Puts clean spacing between them */
    width: 100%;               /* Spans across the parent div */
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
    margin: 0 0 0 0;
    
}

body{
    background-image: url('gmbg.gif');
    background-repeat: repeat;
    margin: 0 0 0 0;
}

button {
  font-family: pop;
  font-size: 18px;
  background-color: #9e9e9e;
  color: #fff;
  text-shadow: 0 2px 0 rgb(0 0 0 / 25%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  z-index: 1;
  user-select: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: unset;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  font-weight: 900;
  transition: all 0.7s cubic-bezier(0, 0.8, 0.26, 0.99);
}

button:before {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.7s cubic-bezier(0, 0.8, 0.26, 0.99);
  z-index: -1;
  background-color: #9e9e9e !important;
  box-shadow: 0 -4px #3f3f3f inset,
    0 4px rgb(255 255 255 / 20%) inset, -4px 0 rgb(255 255 255 / 20%) inset,
    4px 0 rgb(255 255 255 / 20%) inset;
  color: #808080;
}

button:after {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  box-shadow: 0 4px 0 0 rgb(0 0 0 / 15%);
  transition: 0.7s cubic-bezier(0, 0.8, 0.26, 0.99);
  color: #808080;
}

button:hover:before {
  box-shadow: 0 -4px rgb(0 0 0 / 50%) inset, 0 4px rgb(255 255 255 / 20%) inset,
    -4px 0 rgb(255 255 255 / 20%) inset, 4px 0 rgb(0 0 0 / 50%) inset;
    transform: translateY(-2px);
    
  
}
button:hover:after {
  box-shadow: 0 4px 0 0 rgb(0 0 0 / 15%);
  color: #808080;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    
}

button:active {
  transform: translateY(4px);
}

button:active:after {
  box-shadow: 0 0px 0 0 rgb(0 0 0 / 15%);
}

.main p{
  padding: 15px;
  padding-bottom: 0;
  padding-top: 0;
  font-family: coolvetica;
  color: #444444;
  font-size: 18px;
  border: 5px;

}
.main h1{
  margin: 15px;
   font-family: coolvetica;
  color: #141414;
  font-size: 35px;
  font-weight: 100;
  
  padding-bottom: 0;
  padding-top: 0;
}


a, 
button, 
[role="button"] {
    cursor: url('cursor.cur'), pointer;
}



