h1 {
    font-family: "persona5main";
    font-size: 52px;
    filter: drop-shadow(3px 2px 2px #272f37);
}

h2 {
    font-family: "p5hatty-1";
    font-size: 36px;
    filter: drop-shadow(3px 2px 2px #272f37);
}

p {
    font-size: 24px;
    filter: drop-shadow(3px 2px 2px #272f37);
}
body {
text-align: center;
align-items: center;

  background-image: url(persona-bg.jpg);
  background-position: top center;
  background-size: 1920px 1080px;
  color: #ffffff;
  font-family: "p5hatty-1";
  
}

ul{ 
    padding: 0;
    font-size: 24px;
    list-style-type: none;
    vertical-align: middle;
}

@font-face{
    font-family: "Expose-Regular";
    src: url("https://euphoricsol.neocities.org/Expose-Regular.otf") format("onetype");
}

@font-face{ 
    font-family: "p5hatty-1";
    src: url("https://euphoricsol.neocities.org/p5hatty-1.ttf") format("truetype");
}

@font-face{
    font-family: "persona5main";
    src: url("https://euphoricsol.neocities.org/Persona5main.ttf") format("truetype");
}