@font-face{
   font-family: gothic;
   src: url("../public/fonts/alagard.ttf");
}
@font-face{
   font-family: alkimia;
   src: url("../public/fonts/Alkhemikal.ttf");
}
@font-face{
   font-family: lcd;
   src: url("../public/fonts/The Led Display St.ttf");
}
@font-face{
   font-family: filosofo;
   src: url("../public/fonts/Philosopher-Regular.ttf");
}
body{
   color: white;
    background: rgba(5, 8, 15, 0.75);
    border: 1px solid rgba(220, 220, 220, 0.25);
    box-shadow:
        0 0 30px rgba(0,0,0,.8),
        inset 0 0 20px rgba(255,255,255,.03);

    backdrop-filter: blur(3px);

    padding: 25px;
}

h2{
   text-align: center;
}

p{
   line-height: 30.5px;
}
.font-gothic{
   font-family: gothic;
}
.font-filosofo{
   font-family: filosofo;
}
.font-alkimia{
   font-family: alkimia;
}
