﻿body {
    height: 100vh;
    /*background-image: url('/images/background_circle.png');
    background-repeat: no-repeat;
    background-position: center;*/
}

.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);
}