/*
* Copyright 2023 © VoiceLab.AI Sp. z o. o.
*/

body{
    background-color: #d9edf9;
    background-image: url("../img/bgnask.png");
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100vh;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: inherit;
}

#footer{
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #d9edf9;
    padding: 5px 10px;
    font-weight: bold;
    user-select: none;
}