html {
  width: 100vw;
  height: 100vh;
}
body {
  background-color: #404040;
}
.obramowanie {
  height: 95vh;
  width: 80vw;
  margin: auto;
  background-color: #b0b0b0;
  border: 5px solid #0000cc;
  border-radius: 15px;
}
.obramowanie1{
  height: 95vh;
  width: 80vw;
  margin: auto;
  background-color: #404040;
  border: 5px solid #0000cc;
  border-radius: 15px;
}
a {
  position: relative;
  top: 30%;
  color: black;
  text-decoration: underline;
  font-size: 1.5em;
  padding-left: 6%;
  padding-top: 4%;
  text-align: center;
  margin: auto;
}
nav {
  border-bottom: 5px solid #0000cc;
  margin: auto;
  height: 10%;
}
h1,
p {
  text-align: center;
}
.glowna {
  width: 30%;
  margin: auto;
}
p {
  font-size: 30px;
}
.omnie {
  width: 40%;
  margin: auto;
}
h1 {
  font-size: 50px;
}

.projekty {
  width: 20%;
  margin: auto;
}
.on{
  background-color: green;
  position: relative;
  top: 25%;
  left: 30%;
  width: 40%;
  height: 30%;
  font-size: 200%;
}
.off{
  background-color: red;
  position: relative;
  top: 25%;
  left: 30%;
  width: 40%;
  height: 30%;
  font-size: 200%;
}
.klik2{
  background-color: #0000cc;
  position: relative;
  top: 25%;
  left: 30%;
  width: 40%;
  height: 30%;
  font-size: 200%;
  color: white;
}
.najedz{
  height: 20%;
  width: 40%;
  display: flex;
  border: 0.2rem solid #0000cc;
  position: relative;
  top: 35%;
  left: 20%;
  text-align: center;
  font-size: 450%;
  align-items: center;
  justify-content: center;
}
.tekst{
  position: absolute;
  top: 42%;
  left: 70%;
  font-size: 450%;
}
.tekstznika{
  position: absolute;
  top: 40%;
  left: 70%;
  font-size: 450%;
  visibility: hidden;
}
.bals{
    position:absolute;
    top: 45%;
    left: 45%;
}
#cos{
  position: relative;
  top: 37%;
}
#ppp{
  position: relative;
  top: 40%;
}
.nwm{
  position: absolute;
  left: 30%;
  top: 50%;
  font-size: 3rem;
}
input{
  
  width: 300px;
  height: 50px;
  font-size: 2rem;
  
}
input[type=submit]{
  position: relative;
  left: 30%;
}
.inputB{
  background-color: red;
}
.inputC{
  background-color: white;
}
