body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background-image: url('img/web.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  color: #100;
  font-size: 24px;
  text-align: center;
}

#hamburger {
  display: none 
  
}



.logo {
  font-size: 1.75em;
  font-weight: bold;
  color: green;
}


.menu {
  
  display: flex;
  gap: 25px;
}

.menu a {
  margin-left: 25px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
}

.menu a:hover {
  color: green;
}


input[type=text] {
	
	font-family: 'Poppins', sans-serif;
  width: 200px;
  height:35px;
  padding: 12px;
  margin: 10px 0;
  border-radius:10px;
   font-size: 32px;
}

input[type=password] {
	
	font-family: 'Poppins', sans-serif;
  width: 200px;
  height:35px;
  padding: 12px;
  margin: 10px 0;
  border-radius:10px;
   font-size: 32px;
}

#rectangle_button
{
width:500px;
height:60px;
background-color:#F0F8FF;
border-radius:20px;
border: 9px solid white;
box-shadow: 15px 14px 29px 2px rgba(115,255,80,0.2);
-webkit-box-shadow: 15px 14px 29px 2px rgba(115,255,80,0.2);
-moz-box-shadow: 15px 14px 29px 2px rgba(115,255,80,0.2);
	
}


.kontener{
margin-top:150px;	
display: flex;
flex-direction:column;
gap:40px;
width: 100%;
justify-content: center;
align-items: center;
}	
	
#rectangle
{
	
width:500px;
height:309px;
border-radius:20px;
border: 9px solid white;
background-color:#F0F8FF;
box-shadow: 15px 14px 29px 2px rgba(115,255,80,0.75);
-webkit-box-shadow: 15px 14px 29px 2px rgba(115,255,80,0.75);
-moz-box-shadow: 15px 14px 29px 2px rgba(115,255,80,0.75);

}	

#pole
{
	margin-top:20px;

	display:flex;
	flex-direction:column;
	gap:10px;
	
}


#rectangle_button:hover
{
box-shadow: 15px 14px 29px 2px rgba(115,255,80,0.75);
-webkit-box-shadow: 15px 14px 29px 2px rgba(115,255,80,0.75);
-moz-box-shadow: 15px 14px 29px 2px rgba(115,255,80,0.75);
	
}

.button{
  font-family: 'Poppins', sans-serif;
  margin-top: 12px;
  padding: 12px;
  width:400px;
  height:60px;  
  background-color:transparent;
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  font-size: 24px;	
}



@media (max-width:996px) {
  #hamburger {
    display: block;
    color: green;
  }


  .menu {
    display: none; 
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 20px 0;
    z-index: 999;
  }

  .menu a {
    margin: 10px 0;
    font-size: 20px;
  }

  
  .menu.active {
    display: flex;
  }

.logo {
  font-size: 1.00em;
  font-weight: bold;
  color: green;
}

.button{
  width:100%;
  height:100%; 
  font-size: 19px;	
}


#rectangle
{
width:80%;
height: 200px;
border-radius:20px;
}	



input[type=text] {
  width:50%;
  height:15px;
  margin: 0px 0;
   font-size:18px;
}

input[type=password] {
  width:50%;
  height:15px;
  margin: 4px 0;
   font-size: 18px;
}

#rectangle_button
{
width:80%;
height:60px;
}


.kontener{
margin-top:40px;	
gap:20px;
width: 100%;
}	


#pole
{
  font-size: 19px;
	gap:2%;
	
}

}



#navbar {
  z-index: 1000;
  position: sticky;
  top: 0;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 28px;
  box-shadow: 0 10px 70px rgba(187, 255, 189, 0.45);
}


footer {
  margin-top:50px;
  text-align: center;
  padding: 1px;
  background-color: white;
  color: black;
}

