/* @font-face {
  font-family: 'Fredoka One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/FredokaOne-Regular.woff2') format('woff2');
} */


.logoo{
  display: flex;
  align-items: center;
}
.logo-icon{
  width: 45px;
}
.logoo p{
  font-family: "Fredoka One", sans-serif;
  /* font-family: 'Fredoka One', cursive; */
 background: linear-gradient(90deg, #2750a0, #4cafee);
 background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
  letter-spacing: 1px;
  font-size: 45px;
}
.logoo p span{
  font-size: 20px;
}


@media (max-width: 600px){
.logo-icon{
  width: 42px;
}
.logoo p{
  font-size: 38px;
}
.logoo p span{
  font-size: 14px;
}
}



.bnnb757655556755667556{
  background: rgb(59, 0, 0); border: solid 1px rgb(160, 51, 51);
  background: rgb(0, 56, 0);
  background: rgb(48, 47, 0);
  background: #0F172A;
}
