html{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://medjed.nekoweb.org/assets/images/static.webp");
    background-size: cover;
}
body{
    background-color: transparent;
}
#errorbox h3{
    font-family: "Audiowide", sans-serif;
}
#errorbox p{
    text-decoration: none;
    font-family:"Bitcount Prop Single", sans-serif;
}