﻿body {
    height: 100vh;
}

.logo-ironbug {
    position: absolute;
    bottom: 16%;
    left: 50%;
    max-width: 150px;
    transform: translateX(-50%) translateY(-50%);
}
