@tailwind base;
@tailwind components;
@tailwind utilities;


#menu{
    background: linear-gradient(to right, #7a0905, #020c11);
}
#footer{
    background-color: rgb(78, 4, 4);
    /* background: linear-gradient(to right, #01080b, #711705); */
}
#icon{
    background: linear-gradient(to right, #011118, #290802);
}

#nav{
    color: white;
}

.bungee-tint-regular {
    font-family: "Bungee Tint", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

#yellow{
    color: #efa41f;
}
#blue{
    color: #003c57;
}
