:root{
    --czerwony: #F45959;
}

div#site-header-inner {
    max-width: 95%;
    margin: auto;
}
div#top-bar {
    max-width: 95%;
    margin: auto;
}


div#content-wrap {
    width: 100% !important;
    max-width: 100% !important;
}
#main #content-wrap{
    padding-top: 0px !important;
}
.link-moj{
    background: var(--czerwony);
    color: white;
    padding: 10px 15px;
    font-size: 15px;
    border: 0px;
    cursor: pointer;
    font-weight: bold;
    margin: auto;
}
.link-moj:hover{
background: white;
border-radius: 30px;}

#top-bar-content {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  color: var(--czerwony);
  font-size: 20px;
}