body{
    background-color: #121212;
    font-family: "Wild-World", sans-serif;
}

main{
    display: flex;
    align-items: center;
}

h1{
    font-size: 2rem;
    color: lightgray;
    margin: 10% auto auto;
}

@font-face {
    font-family: "Wild-World";
    src: url("/assets/fonts/WILD WORLD.otf")format("otf"),
    url("/assets/fonts/WILD WORLD.otf")format("opentype");
}