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

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

#header{
    width: 100%;
    padding: 5px;
    background-color: white;
    text-align: center;
    font: normal normal normal 40px/1.35em dinneuzeitgroteskltw01-_812426,sans-serif;
    letter-spacing: normal;
    line-height: 1.35em;
    font-size: 40px;
    color: #D6001C;
}

#intro{
    width: 100%;
    position: fixed;
    bottom: 4%;
    padding: 5px;
    text-align: center;
    font: normal normal normal 72px/1.25em dinneuzeitgroteskltw01-_812426,sans-serif;
    letter-spacing: normal;
    line-height: 1.25em;
    font-size: 64px;
    color: #303030;
}

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