@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Jersey+10&family=Luckiest+Guy&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Science+Gothic:wght@100..900&display=swap');

#noqig {

        position: relative;
    color: rgba(255, 255, 255, 0);
    border-radius: 5px;
    border: none;

    background-position-y: 25%;
    padding: 10px;
    margin: 10px;
    backdrop-filter: blur(10px);
    width: 90%;
    font-size: 20px;
    font-family: "Montserrat";
    transition: 0.3s;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

#noqig::before {
    border: none;
  content: "";
  position: absolute;
  
  inset: 0;
  background-image: url('../Freunde IMG/channels4_banner 1.jpg');
  background-size: cover;
  background-position-y: 25%;
  background-position-x: center;
  filter: blur(0px);
  transform: scale(1.15);
  z-index: -1;
}

#dff {

        position: relative;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    border: none;

    background-position-y: 25%;
    padding: 10px;
    margin: 10px;
    backdrop-filter: blur(10px);
    width: 90%;
    font-size: 20px;
    font-family: "Montserrat";
    transition: 0.3s;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

#dff::before {
    border: none;
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../img/dff\ pic.jpg');
  background-size: 50% 55%;
  filter: blur(7px);
  transform: scale(1.0);
  z-index: -1;
  animation: gradientMove 20s infinite;
}





@keyframes gradientMove {
    0%{
        background-position-y: 20%;
    }
    50%{
        background-position-y: 55%;
    }
    100%{
        background-position-y: 30%;
    }
}


#Rev {

        position: relative;
    color: rgba(255, 255, 255, 0);
    border-radius: 5px;
    border: none;
    -webkit-text-stroke: 0px black;
    
    padding: 10px;
    margin: 10px;
    backdrop-filter: blur(10px);
    width: 90%;
    font-size: 20px;
    font-family: "Montserrat";
    transition: 0.3s;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

#Rev::before {
    border: none;
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../img/cynex_banner.jpg');
  background-size: cover;
  background-position: center;
  filter: blur(0px);
  transform: scale(0.9);
  z-index: -1;
}

#Supifanti {
  
        position: relative;
    color: rgba(255, 255, 255, 0);
    border-radius: 5px;
    border: none;
    -webkit-text-stroke: 0px black;
    
    padding: 10px;
    margin: 10px;
    backdrop-filter: blur(10px);
    width: 90%;
    font-size: 20px;
    font-family: "Montserrat";
    transition: 0.3s;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

#Supifanti::before {
    border: none;
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../Freunde IMG/supibanner2.jpg');
  background-size: cover;
  background-position: center;
  filter: blur(0px);
  transform: scale(1.5);
  z-index: -1;
}

.fri {
  background-color: rgba(255, 255, 255, 0.068);
  
  border-radius: 20px;
}

.friendbtn {
transition: 0.3s;
}

.friendbtn:hover {
transition: 0.3s;
transform: scale(1.03);
}

.friendimg {
    position: fixed;
border-radius: 300px;
height: 100%;
border: 2px solid rgb(213, 213, 213);
align-self: center;
left: 0px;
margin: 10px;
transform: scale(0.85);
}

.friendimgcynex {
    position: fixed;
border-radius: 300px;
height: 100%;
border: 2px solid rgb(137, 137, 137);
align-self: center;
left: 0px;
margin: 10px;
transform: scale(0.85);
}