body{
    background-color: #f5f6fa;
  }

  .navbar {
    position: fixed;
    display: flex;
    background-color: #08090A;
    font-family: Arial;
    top: 0;
    left: 0;
    z-index: 1;
    width:100%;
  }

  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit; 
    margin: 0; 
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: rgb(141, 153, 209);
  }
  
  .dropdown-content {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: rgb(141, 153, 209);
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  
.maindiv{
    filter: drop-shadow(10px 10px 10px rgb(0,0,0));
    background-color: #7CC6FE;
    display: flex;
    flex-direction: column;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 125px;
    border-radius: 40px;
    opacity: 92%;
    height: fit-content;
  }

  
.divDESPRENOI{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

.pachet1{
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  background-color: #f9f9f9;
  border-radius: 20px;
}

.detaliipachet{
  display: flex;
  flex-direction: row;
  justify-content: space-around;

}

.TABEL1{
  margin-top: 15%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
		width: 100%;
    height: 70%;
		color:white;
    text-align: center;
    font-size: small;
    border-color: white;
    background-color: rgb(0, 0, 0);
	}
  table, th, td {
    border: 1px solid;
  }

  .TABEL2{
    display:none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
      color:white;
      text-align: center;
      font-size: small;
      border-color: white;
      background-color: rgb(0, 0, 0);
    }

  .margine{
    margin:3%;
  }
  
@media screen and (max-width: 700px) {
  .maindiv{
    font-size: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .divDESPRENOI{
    justify-content: center;
  }
  .TABEL1{
    display: none;
  }
  #margine{
    margin-top: 3%;
    margin-left: 10%;
    margin-right: 3%;
    width: 80%;
  }
  .pachet1{
    font-size: medium;
  }
  .maindiv{
    font-size: 17px; 
  }
  .TABEL2{
    display: table;
    table-layout: auto;
    width: 100%;
  }
}
