.naglowek{
width: 100%;
height: 100px;
background-color: #0f0f0f;
color: #e8e8e8 !important;
display: flex;
align-items: center;
border-bottom: 4px solid #b89a00;


}

a{
color: #e8e8e8;
}

h1{
padding-left: 40px;
text-align: left;
text-shadow: 4px 8px 8px #888888;
border-top:none;
border-bottom: none;
text-transform: uppercase;
font-family: 'Catamaran', sans-serif;
font-weight: 500;
font-size: 50px
}

.h2{
margin-left: 200px;
border-top:none;
border-bottom: none;
text-transform: uppercase;
font-family: 'Catamaran', sans-serif;
font-size: 20px;
margin-bottom: 0px;
}

body {
    background-color: #0f0f0f;
    }


.link{
font-size: 20px;
margin-left: 90px;
cursor: pointer;
}

.link2{
font-size: 20px;
margin-left: 90px;
cursor: pointer;
color: #0f0f0f;
}

.link:hover{
color: #b89a00;
}

.link2:hover{
color: #b89a00;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Wyświetlenie zawartości menu po najechaniu */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Styl dla linków w menu rozwijanym */
.dropdown-content a {
    color: white;
    padding: 8px 10px;
    display: block;
    background-color: #b89a00;
    font-size: 16px;
    border-radius: 2px;
}

.option2{
border-top: 0.5px solid white;
}

.messages{
margin-left:5px;
}

.naglowek2 {
  width: 40%;
  height: 40%;
  margin-top: 50px;
  padding: 50px;
  background-color: #b89a00;
  color: #0f0f0f !important;

  /* Używamy flexbox do centrowania zawartości */
  display: flex;
  justify-content: center; /* Wyśrodkowanie w poziomie */
  align-items: center; /* Wyśrodkowanie w pionie */

  /* Wyśrodkowanie nagłówka na stronie */
  margin-left: auto;
  margin-right: auto;

  border-bottom: 1px solid #4D6879;
  flex-direction: column;
}

.p{
margin-top: 30px;
color: black;
}

form{
margin-top: 30px;
color: black;

}

button{
 background-color: #0f0f0f;
    color: #FFF;
    border-radius: 0.25rem;
    transition: background-color 0.3s ease;
    cursor: pointer;
    border: none;
    margin-top: 10px;
    padding: 6px;
    }

