@font-face {
    font-family: 'GothicByte';
    src: url(/fonts/Gothicbyte.ttf);
}
@font-face {
    font-family: 'Long Pixel-7';
    src: local('Long Pixel-7'), url('https://fonts.cdnfonts.com/s/27397/long_pixel-7.woff') format('woff');
}
body {
    background-color: black;
    color: white;
    font-family: 'GothicByte';
    text-align: center;
    animation: ease-in 5s;

}
a {
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: white;
    transition: text-shadow 0.3s ease-in-out;
}
.a-diff {
    color: #808080;
    text-decoration: none;
}
.a-diff:hover {
    text-shadow: white, 0 0 10px white;
}
.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 370px;
  width: 250px;
  

}
.logo-text {
    text-align: center;
    text-decoration: none;
    font-size: 40px;
    cursor: pointer;
    transition: text-shadow 0.3s ease-in-out;
}
.logo-text:hover {
    text-shadow: 0 0 10px white, 0 0 10px white;
}
p {
    position: center;
    font-size: 11px;
    text-align: center;
    color: white;
    cursor: pointer;
    transition: text-shadow 0.3s ease-in-out;
    font-family: 'Long Pixel-7';
}
p:hover {
    text-shadow: 0 0 10px white, 0 0 10px white;
}
h5 {
    display: block;
    text-align: center;
    color: rgb(136, 136, 136);
    font-size: 12px;
    font-family: 'Long Pixel-7';
    background-image: url('sparkles.gif')
}
#member-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}
#member-info img {
    display: block;
    margin: 0 auto;
}
#member-info p {
    text-align: center;
    margin: 5px 0;
}
.pixel-desc {
    font-family: 'Long Pixel-7';
    font-size: 6px;
    color: #808080;

}
.z {
    font-family: 'Long Pixel-7';
    font-size: 12px;
}
.frog {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 170px;
  width: 170px;
  border-radius: 50%;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px); 
    -webkit-backdrop-filter: blur(20px); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
	user-select: none;
}