body {
  background-image: url("files/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;  
  font-family: "Origins";
}
header {
  height: 25vh;
  background-image: url(files/headerbackground.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 4px solid #69139b;
}
nav {
  max-width: 10000px;
  height: 5vh;
  background-color: #4F0C75;
  display: flex;
  justify-content: center;
  align-items: center;  
  gap: 13px;
}
nav a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 20px;
}
main {
  border-top: 4px solid #28063b;
  min-height: 65vh;
}
footer {
  max-width: 1000px;
  height: 5vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;  
  gap: 100px;
  background-color: #1d1d1d;
}
footer a {
  color: #69139b;
  text-decoration: none;
  font-size: 15px;
}
footer a:hover {
  color: #811abd;
}
.logo {
  width: 600px;
}
@font-face {
  font-family: "Origins";
  src: url("files/fonts/origins.ttf") format("truetype");
}
nav a:hover {
  background-color: rgba(0, 0, 0, 0.116);
  transform: scale(1.1);
  padding: 1.2vh 20px;
}
nav a.active {
  background-color: rgba(0, 0, 0, 0.384);
  transform: scale(1.1);
  padding: 1.2vh 20px;
}
.znacznik {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  color:white;
  text-shadow: 
  0px 2px 0 black,
  5px 5px 0 black;
  border-bottom: 4px solid #4F0C75;
  background-image: url(files/content/glowna.png  );
  font-size: 40px;
}
.row {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  color: white;
  gap: 20px;
}
.lewy {
  flex: 2;
  padding: 10px;
  text-shadow: 3px 1px 0 black;
}
.prawy {
  flex: 1;
  padding: 10px;
  text-shadow: 3px 1px 0 black;
}
.box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.box img {
  width: 80px;
  height: auto;
}

.dolacz {
  display: flex;
  flex-direction: column;
}
.ip {
  display: flex;
  margin-top: 25px;
  flex-direction: column;
  align-items: center;
  padding: 10px 15px;
  border-top: 4px solid #69139b;
  border-bottom: 4px solid #28063b;
  background: #4F0C75;
  color: white;
  font-size: 15px;
  min-width: 250px;
}
.wersja {
  color: #c0c0c0;
  font-size: 18px;
  text-align: center;
  margin: 0;
}
.rysunekcredit {
  color: #c0c0c0;
  font-size: 14px;
  margin: 0;
}
.artist {
  color: #b09aff;
  text-decoration: none;
  font-size: 15px;
}
.artist:hover {
  color: #811abd;
}
.mainscreen img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.galeria {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 90%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.galeria img {
  width: 100%;
  border: 5px solid #1d1d1d;
}
.zdjeciatext {
  color:white;
  text-align: center;
  text-shadow: 3px 1px 0 black;
}
.rows {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    border: 5px solid #1d1d1d;
}
.lewys,
.prawys {
    width: 50%;
    height: 400px;
    position: relative;

    color: white;
    background-size: cover;
    background-position: center;
    text-shadow: 3px 1px 0 black;
    position: relative;
}
.lewys {
    background-image: url("files/content/mcserwery.jpg");
}

.prawys {
    background-image: url("files/content/hytale.jpg");
    background-size: cover;
    background-position: right center;
}
.logo-small {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 150px;
}
.center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.status-img {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);

    width: 100px;
    height: auto;
}
