html {
    background: black;
    color: white;
    font-family: "silkscreen";
    image-rendering: pixelated;
}

h1 {
    font-family: "press start 2p";
    text-align: center;
}

h1 a {
    color: white;
    text-decoration: none;
    border-bottom: 4px solid white;
    transition: 0.4s;
}

h1 a:hover {
    color: #ae5b04;
    border-bottom: 4px solid #ae5b04;
    transition: 0.4s;
}

.fire {
    width: 200px;
    margin: auto;
}

img {
    width: 200px;
    transition: 0.4s;
}

img:hover {
    transform: scale(1.05);
    transition: 0.4s;
}

.text {
    text-align: center;
    width: 280px;
    margin: auto;
}

.underline {
    border-bottom: 2px solid white;
}

.border {
    width: 280px;
    margin: auto;
    border-image-slice: 4;
    border-image-width: 12px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-source: url("/assets/border_teal.png");
    border-style: solid;
    padding: 0px 16px;
}
