@font-face {
    font-family: aura;
    src: url("WeissRundgotisch.ttf");
}
body
{
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRUV6dfA1ZSqRXYju5cR9gMfkZS4LDPog4Tp4lGLmy_8-3p57VqjG0PIuX__ruriU3od-E&usqp=CAU);
}
h1{
    font-family: aura;
    font-size: 72px;
    font-weight: 400;
    color: darkgrey;
}
h2{
    font-family: aura;
    font-size: 48px;
    font-weight: 400;
    color: darkgrey;
}
p{
    font-family: 'Courier New', Courier, monospace;
    font-size: 24px;
}