body {

    background-color: black;

    font-family: Narkisim;

    font-size: 20px;

    color: greenyellow;

}



h1 {

    background-color: yellowgreen;

    font-size: 40px;

    color: black;

}



h1 a {

    color: black;

    text-decoration: none;

}



h1 a:hover {

    color: #3c3333;

    text-decoration: none;

    font-size: 40px;

}



#ob {

    float: right;

}



.linia {

    clear: both;

    display: block;

}



#lewa {

    width: 50%;

    float: left;

}



a {

    color: blue;

}




a:hover {

    color: yellow;

    font-size: 35px;

}



#linki {

    font-size: 30px;

}



.menu li {

    display: inline-block;

    font-size: 30px;

}



.menu li a:hover {

    font-size: 50px;

}



#galeria img {

    width: 100px;

}

.gril{

    width: 200px;

    max-height: 300px;

}

#lista{

    list-style-type: none;

}

#img9{

    transform: rotate(-90deg);

}

