.bat {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    cursor: pointer; 
    color: rgb(255, 255, 255); 
    font-size: 16px;
    padding: 14px 10px;
   position: absolute;
   font-size: 20px;
   right: 47%;
  }
  
  
  .bat:hover {
    background-color: rgb(255, 255, 255);
    color:rgb(0, 0, 0);
  }

.but {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer; 
  color: rgb(255, 255, 255); 
  font-size: 16px;
  padding: 14px 10px;
 position: absolute;
 font-size: 20px;
 left: 47%;
}


.but:hover {
  background-color: rgb(255, 255, 255);
  color:rgb(0, 0, 0);
}


.mee { margin-bottom: 7px; }

a.press-me {
	background-color: #101010;
	border-radius: 5px;
	color: #fff0b6;
	padding: 7px 12px;
	text-decoration: none;
}

a.press-me:hover { color: #ffdb50; }
.fish {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	font-size: 0.9em;
	line-height: 1;
	padding: 4px 7px;
  margin-right: 60%;
}

@media all and (min-width: 900px) {
	.bar { text-align: left; }
	.in-mee {
		display: flex;
		margin-left: auto;
		margin-right: auto;
		max-width: 900px;
	}
	.mee {
		flex: 1;
		margin-bottom: 0;
	}
}



div.sticky {
    position: sticky;
    top: 0;
    z-index: 3;
    font-family: Spacefont;
    letter-spacing: 3px;
    background-color: transparent;
    transition: background-color 0.3s ease;
    text-align: center;
    width: 100%; 
    height: 50px; 
    margin: 0 auto; 
    padding: 0; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-bottom:50px;
    margin-top:80px;
  }
  
  div.sticky.stuck {
    background-color: #171422;
    color: white;
  }
  
  .star {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px; 
    text-decoration: dashed;
  }
  
  li {
    display: inline; 
  }
  
  a.ble {
    text-decoration: underline;
    color: #171422; 
    font-size: 30px; 
    font-weight: bold;
    padding: 3px; 
    transition: color 0.3s, background-color 0.3s; 
    
  }
  
  div.sticky.stuck a.ble {
    color: rgb(255, 255, 255); 
    text-decoration: underline;
  }
  
  div.sticky.stuck a.ble:hover {
  background-color: rgb(255, 234, 45); 
  text-decoration: underline;
    border-radius: 8px;
    color: #242036;
  }
  
  a.ble:hover {
    background-color: rgb(255, 234, 45); 
    border-radius: 8px;
    color: #242036;
    text-decoration: underline; 
    z-index: 5;
  }
  
  .pngbar{
    width:36px;
    margin-bottom:7px;
    width: 36px;
    vertical-align: middle; 
    margin-right: 5px;
  }
  
  .ble:hover .pngbar {
    background-color: yellow; 
    border-radius: 5px; 
    transition: 0.3s ease-in-out; 
  }
  
  
  div.sticky.stuck .pngbar{
    background-color: white;
  }
  
  div.sticky.stuck.ble:hover .pngbar{
    background-color: rgb(251, 255, 1);
  }
  /* WHAT */ 
  
  
.bar {
	background-color:#171422;
	color: #fff;
	padding: 5px;
 z-index: 2;
  height: 40px;
}

.bar a { color: #eee; }

.bar a:hover {
	text-decoration: none;
  color: #fff;
	
}



body {
  background-image: url(background.png);
  background-size: cover;
  padding:0;
  margin: 0;
  position:relative;
  font-family: Verdana, sans-serif;
  
}
  
.nav-links {
  display: none;
  flex-direction: column;
  position: absolute;
  background-color: #171422;
  top: 50px;
  right: 0;
  width: 200px;
  text-align: center;
}

.nav-links.show {
  display: flex;
}

.hamburger-menu {
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
}
