html {
    width: 100vw;
    height: 100vh;
  }
  h1 {
    color: black;
  }
  
  .obramowanie {
    height: 95vh;
    width: 80vw;
    margin: auto;
    background-color: #b0b0b0;
    border: 5px solid #284cff;
    border-radius: 15px;
  }
  a {
    font-size: 300%;
  }
  nav {
    border-bottom: 5px solid #284cff;
  
    height: 10%;
  }
  h1,
  p {
    text-align: center;
  }
  .glowna {
    width: 30%;
    margin: auto;
  }
  p {
    font-size: 150%;
  }
  .omnie {
    width: 40%;
    margin: auto;
  }
  h1 {
    font-size: 350%;
  }
  
  .projekty {
    width: 20%;
    margin: auto;
  }
  button {
    width: 10%;
    height: 70%;
    border: 3px solid #284cff;
    background-color: transparent;
    border-radius: 15px;
    background-image: url(przycisk.png);
    background-repeat: repeat-x;
    background-position: 0 -100%;
    transition: 1.5s ease;
    cursor: pointer;
  }
  button:hover {
    background-position: center;
  }
  .projekty {
    margin: auto;
  }
  .jedne {
    font-size: 150%;
    color: black;
    text-decoration: underline;
  }
  .h1 {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  img {
    padding: 0;
    margin: auto;
    height: 18%;
    width: 19.79%;
  }
  .menu {
    margin-left: 8%;
  }
  body {
    background-color: #404040;
    color: white;
  }
  legend {
    color: white;
  }
  fieldset {
    background-color: #404040;
    border-color: #284cff;
    width: 780px;
    text-align: center;
    margin: auto;
  }
  a {
    color: white;
    text-decoration: underline;
  }
  input[type="reset"] {
    color: black;
    background-color: #b0b0b0;
    border-radius: 3px;
    width: 150px;
  }
  input[type="submit"] {
    color: black;
    background-color: #b0b0b0;
    border-radius: 3px;
    width: 150px;
  }
  input {
    background-color: #b0b0b0;
  }
  .regu {
    font-size: 100%;
  }
html {
  width: 100vw;
  height: 100vh;
}
h1 {
  color: black;
}

.obramowanie {
  height: 95vh;
  width: 80vw;
  margin: auto;
  background-color: #b0b0b0;
  border: 5px solid #284cff;
  border-radius: 15px;
}
a {
  font-size: 300%;
}
nav {
  border-bottom: 5px solid #284cff;

  height: 10%;
}
h1,
p {
  text-align: center;
}
.glowna {
  width: 30%;
  margin: auto;
}
p {
  font-size: 150%;
}
.omnie {
  width: 40%;
  margin: auto;
}
h1 {
  font-size: 350%;
}

.projekty {
  width: 20%;
  margin: auto;
}
button {
  width: 10%;
  height: 70%;
  border: 3px solid #284cff;
  background-color: transparent;
  border-radius: 15px;
  background-image: url(przycisk.png);
  background-repeat: repeat-x;
  background-position: 0 -100%;
  transition: 1.5s ease;
  cursor: pointer;
}
button:hover {
  background-position: center;
}
.projekty {
  margin: auto;
}
.jedne {
  font-size: 150%;
  color: black;
  text-decoration: underline;
}
.h1 {
  padding-top: 5%;
  padding-bottom: 5%;
}
img {
  padding: 0;
  margin: auto;
  height: 18%;
  width: 19.79%;
}
.menu {
  margin-left: 8%;
}
body {
  background-color: #404040;
  color: white;
}
legend {
  color: white;
}
fieldset {
  background-color: #404040;
  border-color: #284cff;
  width: 780px;
  text-align: center;
  margin: auto;
}
a {
  color: white;
  text-decoration: underline;
}
input[type="reset"] {
  color: black;
  background-color: #b0b0b0;
  border-radius: 3px;
  width: 150px;
}
input[type="submit"] {
  color: black;
  background-color: #b0b0b0;
  border-radius: 3px;
  width: 150px;
}
input {
  background-color: #b0b0b0;
}
.regu {
  font-size: 100%;
}
  