body {
    background: #003366;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    user-select: none;
    touch-action: none;
}

.logo {
    background-image: url(/images/logo.png);
    background-repeat: no-repeat;
    height: 76px;
    width: 300px;
}