html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.f1 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.f2 {
    font-family: 'Baloo Bhai', cursive;
}

.f3 {
    font-family: 'Akronim', cursive;
}
  
.info {
    text-align: center;
    font-size: 13px;
    padding-top: 50px;
    color: #fff;
}

h1 {
    color: white;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    margin-left: 30px;
    margin-top: 30px;
    text-shadow: 2px 2px 4px black;
}

.osiolowo {
    color: #38003D;
    font-size: 30px;
    font-family: 'Baloo Bhai', cursive;
    float: left;
    margin-top: 2px;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 30px;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

.menu-area li a {
    text-decoration: none;
}

.menu-area li {
    list-style-type: none;
}


nav {
    position: relative;
    height: 50px;
    margin: 0;
    padding: 0;
    background: #38003D;
    z-index: 1;
    text-align: right;
    padding-top: 10px;
}

.menu-area li {
    display: inline-block;
}

.menu-area a {
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    padding: 0 20px;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    z-index: 1;
}

.menu-area a:hover {
    background: #38003D;
    color: gray;
}

.menu-area a:hover:after {
    transform: translateY(-50%) rotate(-35deg);
}
    
.stopka {
    position:fixed;
    bottom:0px;
    right:5px;  
    padding:5px;
    color: rgba(128, 128, 128, 0.637);
    font-size:12px;
}


.header {
    text-align: center;
    height: 50px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0.09567577030812324) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0.09567577030812324) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0.09567577030812324) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}

.linia {
    text-align: center;
    background-color: white;
    height: 50px;
}