.zalogowano{
  height: auto;
  width: auto;
  float: right;
  font-size: 50px;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}

.usr{
  font-size: 70px;
  text-transform: uppercase;
  color: red;
}

.listPrawo{
  width: auto;;
  height: auto;
  float: right;
  text-align: center;
}

.konto:link{
  color: red;
  text-decoration: none;
}
.konto:visited{
  color: red;
  text-decoration: none;
}
.konto:hover{
  text-decoration: none;
  color: #ff6969;
}
