@font-face {
  font-family: "brawl";
  src: URL(/fonts/Brawl.ttf) format("truetype");
}

body {
    color: azure;
    background-color: black;
}

h1 {
    font-family: "brawl";
    color: azure;
    text-shadow: 4px 4px #971b1b;
    text-align: center;
}

a, a:visited{
    color: inherit;
    text-decoration: none;
}

img {
    padding-left: 15%;
    padding-top: 50%;
}

footer{
    display: flex;
    flex-direction: column;
}

#BY {
    text-align: center;
}