body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: black;
}

#textholder {
    color: white;
    font-family: Arial, sans-serif;
}

#pixel {
    margin: 150px;
    /* border: 3px solid white; */
    /* position:absolute;
    top: 20%; */
    max-width: 100%;
    height: auto;
}
