body, * {
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
}

body {
    background-image: url("/bg.jpg");
}

main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;
    flex-direction: column;
}

img {
    margin-bottom: 25px;
    height: 200px;
    width: auto;
    image-rendering: pixelated;
}

main bar {
    display: flex;
    flex-direction: row;
    background-image: none;
}

main bar a {
    margin: 0px 15px;
    background-image: none;
}

main bar a h1 {
    background-color: black;
    background-image: none;
}

main bar a h2 {
    background-color: black;
    background-image: none;
}

main {
    color: white;
    text-align: center;
}