#widok{
    zoom: 0.8;
    -moz-transform: scale(0.8);
    -moz-transform-origin: 0 0;
}
#container {
    width: 1890px;
    height: 900px;
    margin: 0 auto;
}

#logo {
    width: 100%;
    height: 15%;
    background: rgb(131, 199, 123);
    background: linear-gradient(270deg, rgba(131, 199, 123, 1) 0%, rgba(88, 130, 84, 1) 39%, rgba(4, 236, 62, 1) 100%);
    float: left;
}

#naw {
    width: 190px;
    height: 735px;
    background-color: rgb(219, 164, 63);
    float: left;
    opacity: 1;
}

#content {
    width: 1070px;
    height: 735px;
    float: left;
}

#main-banner {
    margin: 0px;
    padding: 0px;
    width: 630px;
    height: 735px;
    float: right;
}

.main-banner {
    margin: 0 auto;
    width: 630px;
    height: 735px;
    overflow: hidden;
    position: relative;
}

.main-banner .imgban {
    width: 630px;
    height: 735px;
    position: absolute;
    top: 0px;
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    -moz-webkit-transition: all ease-in-out 500ms;
}

.main-banner #imgban3 {
    background-image: url(img/logowwf.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-banner #imgban2 {
    background-image: url(img/banner2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-banner #imgban1 {
    background-image: url(img/banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#footer {
    width: 100%;
    height: 8%;
    background: rgb(131, 199, 123);
    background: linear-gradient(270deg, rgba(131, 199, 123, 1) 0%, rgba(88, 130, 84, 1) 39%, rgba(4, 236, 62, 1) 100%);
    clear: both;
    text-align: center;
}

* {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bolder;
}

ul a:link,
ul a:visited {
    display: block;
    width: 160px;
    text-decoration: none;
    background-color: rgb(219, 164, 63);
    color: black;
    padding: 15px;
    border: 2px outset rgb(219, 164, 63);
}

ul a:hover {
    border-style: inset;
    color: rgb(0, 0, 0);
    padding: 15px;
}

ul,
li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul {
    width: 180px;
}

body {
    background-color: greenyellow;
    overflow: hidden;
}

.nazwaa {
    color: greenyellow;
    text-align: center;
    font-size: 59px;
    letter-spacing: 3px;
}

span {
    opacity: 0;
    transition: all 0.5s ease;
    transform: translateY(50px);
    display: inline-block;
    font-family: 'Rubik Bubbles', cursive;
    color: greenyellow;
    ;
    text-align: center;
    font-size: 59px;
}

span.fade {
    opacity: 1;
    transform: translateY(0px);
}

.leaves {
    position: absolute;
    width: 190px;
    height: 735px;
}

.leaves img {
    opacity: 1;
    width: 25px;
    height: 25px;
    position: absolute;
    background-color: transparent;
}

.leaves img:nth-child(1) {
    left: 0px;
    animation: animate 5s linear infinite;
    animation-fill-mode: both;
}

.leaves img:nth-child(2) {
    left: 25px;
    animation: animate 4s linear infinite;
    animation-fill-mode: both;
}

.leaves img:nth-child(3) {
    left: 50px;
    animation: animate 2s linear infinite;
    animation-fill-mode: both;
}

.leaves img:nth-child(4) {
    left: 75px;
    animation: animate 4.2s linear infinite;
    animation-fill-mode: both;
}

.leaves img:nth-child(5) {
    left: 100px;
    animation: animate 4s linear infinite;
    animation-fill-mode: both;
}

.leaves img:nth-child(6) {
    left: 110px;
    animation: animate 3s linear infinite;
    animation-fill-mode: both;
}

.leaves img:nth-child(7) {
    left: 130px;
    animation: animate 2.5s linear infinite;
    animation-fill-mode: both;
}

.leaves img:nth-child(8) {
    left: 50px;
    animation: animate 2s linear infinite;
    animation-fill-mode: both;
}

.leaves img:nth-child(9) {
    left: 40px;
    animation: animate 3s linear infinite;
    animation-fill-mode: both;
}

.leaves img:nth-child(10) {
    left: 20px;
    animation: animate 2.3s linear infinite;
    animation-fill-mode: both;
}

.leaves img:nth-child(11) {
    left: 165px;
    animation: animate 2.7s linear infinite;
    animation-fill-mode: both;
}

.leaves img:nth-child(12) {
    right: 50px;
    animation: animate 2.7s linear infinite;
    animation-fill-mode: both;
}

.leaves img:nth-child(13) {
    right: 69px;
    animation: animate 2.7s linear infinite;
    animation-fill-mode: both;
}

.leaves img:nth-child(14) {
    right: 20px;
    animation: animate 2.7s linear infinite;
    animation-fill-mode: both;
}

.leaves img:nth-child(15) {
    right: 140px;
    animation: animate 2.7s linear infinite;
    animation-fill-mode: both;
}

@keyframes animate {
    0% {
        top: 0px;
        opacity: 0;
        transform: translate(-20px) rotate(10deg);
    }
    10% {
        opacity: 1;
    }
    60% {
        transform: translate(35px) rotate(180deg);
    }
    100% {
        top: 75%;
    }
}

.set2 {
    transform: scale(0.7);
    transform: translate(20px);
}