.head {
color: #000000;
text-align: center;
font-weight: bold;
background-color: grey;
}

.naglowek {
color: #ffffff;
text-align: center;

font-size: 18px;
}

.sprzet {
color: white;
text-align: center;
}

a.wyloguj {
color: red;
font-weight: bold;
text-decoration: none;
}
a:hover.sprzet {
color: white;
font-weight: bold;
text-decoration: none;
}

