*{
    font-family: Verdana;
    color: aliceblue;
}

body{
    background-color: gray;
    background-image: url(imgs/LogoKMK.PNG);
    background-repeat: repeat;
    backdrop-filter: blur(4px) brightness(0.7);
    width: -webkit-fill-available;
    height: auto;
    min-height: 100dvh;
    display: grid;
    align-content: space-between;
    border: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    column-count: 1;
}

header{
    display: flex;
    position: sticky;
    justify-content: space-between;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-height: 500px) {
    header{
        position: relative;
    }
}

header h1{
    margin-right: 1em;
    margin-left: 2em;
    font-size: 2em;
    margin-top: auto;
    margin-bottom: auto;
}

@media only screen and (max-width: 840px) {
    header h1{
        font-size: 3.3vw;
    }
}

@media only screen and (max-width: 530px) {
    header h1{
        font-size: 1em;
    }
}

.logo{
    height: 100%;
    max-height: 120px;
    max-width: 40%;
}

.wizytowkaBox{
    min-width: 50%;
}

.wizytowka{       
    text-align: center;
    align-self: center;
    max-width: min(600px, 95dvw);
    max-height: max(70%, 95dvh);
    width: auto;
    box-sizing: border-box;
}

.content{
    width: calc(100% - 2em);
    height: auto;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    max-width: 100%;
    box-sizing: border-box;
    margin: 1em;
}

footer{
    display: block;
    height: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 1em 5%;
    align-items: center;
    width: -webkit-fill-available;
    box-sizing: border-box;
    align-content: center;
    justify-items: start;
    line-height: 150%;
}

footer label{
    display: inline-block;
}

a{
    color: rgb(172, 172, 172);
    text-decoration: none;
}

a:visited{
    color: rgb(172, 172, 172);
    text-decoration: none;
}

a:hover{
    color: rgb(217, 224, 255);
    text-decoration: none;
}

.plikDoPobrania
{
    padding: 2em;
    background-color: rgba(26, 40, 112, 0.95);
    color: white;
    line-break: anywhere;
}
.plikDoPobrania:visited{
    color: rgb(217, 224, 255);
    text-decoration: none;
}

.plikDoPobrania:hover{
    color:  gold;
    text-decoration: none;
}