@font-face {
    font-family: 'WOLVERINE';
    src: url('https://roguedeeds.github.io/css/fonts/Wolverins-2Vno.ttf');
}
h1
{
    font-family: WOLVERINE;
    color: rgb(0,125,186);
}
p
{
    font-family: WOLVERINE;
    color: rgb(0,125,186);
}
body
{
    background-color: rgb(254,189,54);
}
img
{
  height: 15vw;
}
