body{
    margin: 0px;
    padding: 0px;
    font-family: system-ui;
    background-color: #839073;
}
img{
    margin: 0px;
}
header{
    background-color: #D4CB92;
    float: right;
}
#text_header{
    
    margin-left: 20px;
    float: left;
    font-size: large;
    font-family: 'Courier New', Courier, monospace;
}
#logo_header{
    height: 3%;
    width: 3%;
    float: left;

}
.logo_header_sm{
    height: 2%;
    width: 2%;
    float: right;
    margin: 7px;
}
footer{
    height: 5%;
    background-color: #D4CB92;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
#dropdown_menu{
    height: 5%;
    width: 25%;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 0px;
    float: right;
}

  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    margin-top: 30px;
    right: 3px;
    background-color: #839073;
    min-width: 400px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 30px;
  }
  
  .dropdown-content a {
    color: #DAB6C4;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {
    background-color: #b1b1b1;
    color: #333232;

}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
.socjalizm{
  width: 10%;
}
.kontakt{
  text-align: center;
}
#manifest{
  text-align: center;
}
p{
  font-size: 30px;
}