body {
    background-color: black;
    color: #ff360b;
    font-family: "Press Start 2P", system-ui;
}

a {
    color: #ff360b;
}

img {
    height: auto;
    width: 100%;
    max-width: 350px;
    border: 1px solid #ff360b;
    box-shadow: 0 0 5px #ff360b;
}

h1 {
    font-size: 45%;
    text-shadow: 0 0 5px #ff360b;
    text-align: center;
}

.center {
    display: block;
    margin-left: auto;
    margin-top: 50px;
    margin-right: auto;
}