﻿body {
    height: 100vh;
}

.logo-ironbug {
    position: absolute;
    bottom: 16%;
    left: 50%;
    max-width: 150px;
    transform: translateX(-50%) translateY(-50%);
/*    mix-blend-mode: screen;
    filter: contrast(0) brightness(10);*/
}
