/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 16.08.2022, 14:45:14
    Author     : davidsedlacek
*/

html {
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    letter-spacing: -0.5px;
    color: #003899;
    background-color: #003899;
    padding: 0;
    margin: 0;
    height: 100%;
    overflow: hidden;
    border: 5px solid #003899;
    box-sizing: border-box;
}

a, a:visited {
    color: #003899;
    text-decoration: none;
}

a:hover {
    color: #F67046;
    text-decoration: none;
}

.main {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: #FDDE70;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.vcard {
    text-align: center;
}

h1 {
    font-size: 35px;
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -2px;
}