
body
{
    background-color: #111111;
    color: white;
    font-family: 'Kufam', cursive;
}

a:link, a:visited
{
    color: #09c5f3;
    font-size: 40px;
    text-decoration: none;
}

a:hover
{
    color: #30e920;
    text-decoration: none;
}
#aa
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#bb
{
    float: left;
    width:500px;
    font-size: 40px;
    text-align: left;
    hight:1000px;
}

#photos
{
    float: left;
    height: 400px;
    align-content: baseline;

}
#photos img {
    max-height: 400px;
    width: 400px;
}
#naguwek
{
    text-align: center;

}
#innestrony
{
    text-align: center;
	padding: 20px

}
h1
{
    font-size: 60px;
}
#zegar
{
   font-size: 18px;
}
nav{
    text-align: center;
}
.linki {
    list-style-type: none;
    margin: 0px;
    min-height: 40px;
    line-height: 200%;
    padding: 10px;
    text-align: center;
}
.linki > li {
    display:inline-block ;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    border-right:1px dashed #2d2d2d;
}
.linki > li:first-child{
    border-left:1px dashed #2d2d2d;
}