* {box-sizing:border-box}

body {
  font-family: "Kode Mono";
  margin: 0;
  padding: 0;
  background-image: url("img/T-Olimpians\ ogloszenie\ \(1\).png");
  background-size: cover;
  color: #ffffff;
}


header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  background: #222222;
  position: relative;
  z-index: 10;
  height: 3.5rem;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

nav ul li {
  margin-left: 20px;
}

nav ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

.logo {
  display: flex;
  justify-content: space-around;
}

.logo-image {
  height: 3.5em;
  width: 3.5em;
  object-fit: cover;
  margin-right: 1em;
  border:solid white 3px;
  border-radius: 50%;
}

.logo-text h1 {
  margin: 0;
  font-size: 2em;
}

.logo-text p {
  margin: 0;
}

main {
  flex: 1;
}


footer {
  text-align: center;
  padding: 20px;
  background: #222222;
}
.special-link{
  color: #f14130;
}