img {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 50%;
    height: 100%;
}

.bottombar {
    float: top;
    margin-top: -28%;
}

body {
    background-color: rgb(14,14,14);
}

p {
    filter: invert(1);
mix-blend-mode: difference;
}