* {
  margin: 0;
  padding: 0;
}


.header-text {
  /* For left-aligned text: */
  text-align: left;
  /* For centered text: */
   margin: 0 auto; text-align: center; width: 100%; 
   font-family: Arial, sans-serif;
  font-size: 2.5rem;   /* Adjust size as needed */
  color: #fff;

}
.header-container {
  
.header {
  display: flex;
  align-items: center;
  justify-content: center; /* Center the title */
  position: relative; /* For absolute positioning of home-btn */
  height: 60px;
  background-color: #f0f0f0;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

}

.header-container img {
  max-width: 50%;
  height: auto;

}



.header-container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  right: 0;
}

.header-container nav li {
  margin-right: 20px;
}

.header-container nav li:last-child {
  margin-right: 0;
}

.header-sub-container-start {
  justify-content: space-between;
  align-items: relative;
  background-color: solid red;
  padding: 0px;
  position: center;
  width: 300;
}

.header-sub-container1 {
  position: left;
  
  width: 200;
  height: 100;
  padding: 5px;
  
}


.top-container{

  flex-direction: column;      /* Stack children vertically */
     /* Center children horizontally */
  justify-content: center;     /* Center children vertically */
  margin-top: 30px;
}

.top-text {
      position: relative;
      top: 0;
      
      justify-items: center;
      width: 80%;
      background: white;
      
      padding: 10px;
      font-weight: bold;
      text-align: center;
      user-select: none;       /* non-selectable */
      pointer-events: none;    /* non-editable and not clickable */
    }

    .top-text-content {
      padding: 98px;
    }

.body-parent-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
  flex: 1;
  padding: 20px;

}

.body-sub-container1 {
    top: 0;
    width: auto;
    height: auto;
    margin: 10px;
}

.body-sub-container2 {
    width: auto;
    height: auto;
    margin: 10px;
    height: auto;
}

.body-sub-container3 {
  display: flex;
  justify-content: space-between;
  width: auto;
  height: auto;
   margin: 10px;
}

.btn-start {
  position: flex;
  justify-content: center; 
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  padding: 0px;
  width: 100%;
  cursor: pointer;
  
 margin-top: 50px;
}

.btn-start:hover{
  background-color: #fc031c;
  transform: scale(1.1);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}


.btn-styled2 {
  position: relative;
  left: 2px;
  top: 0px;
  font-size: 18px;
  margin: 4px 2px;
  padding: 5 5-px;
  line-height: 20px;
  display: block;
  width: 249px;
  border: none;
  text-align: center;
  text-decoration: none;
  
}

.btn-styled2:hover {
  background-color: orange;
}

.satbtn-styled2 {
  
  font-size: 18px;
  margin: 0px;
  padding: 0 10px;
  position: relative;
  left: -2px;
  display: block;
  width: 449px;
 
}

.container2{
top: 0;

}

.sat2{
top: 0;
  
}


#myCanvas1 {
  width: 200px;
  height: 200px;
  left: 0;
  display: inline-block;
  vertical-align: top;
 
  margin: 10px;
  padding: 10px;
}
#myCanvas2 {
  display: inline-block;
  vertical-align: top;
 
  width: 200px;
  height: 200px;
 
  margin: 10px;
  padding: 10px;
}

#tabela {
  position: absolute;
  border: 1px #f4511e;
  left: 300px;
  top: 130px;
  width: 650px;
}

#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td,
#customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

#customers tr:hover {
  background-color: #ddd;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04aa6d;
  color: white;
}

.slider-container {
  position: relative;
  width: 100%;
}

input[type="range"] {
  width: 100%;
}
/*   
.slider-value {
  position: absolute;
  top: -25px; 
  left: 50%;
  transform: translateX(-50%);
  background: #fa0202;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 14px;
  pointer-events: none;
  user-select: none;
  font-size: 3rem;
}
*/*/



#inner-container {
  position: relative;
}

#sum{
  background-color: #71b97ba0; 
}

#sumcarbs{
  background-color: #fa9999;
}

#sumkal{
  background-color: #c0fee8;
}

#sumprots{
  background-color: #9d9efc;
}

#uputstvo{

  
}

#uputstvo2{
right: 0;
background-color: #fa9999;
}

#uputstvovrsta{
background-color: #ccefc6;

}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;

  left: 0; /* set left position to 0 */
  text-align: left; /* align text to the left */

}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  display: inline-block;
  padding: 8px 16px;
  white-space: nowrap;
  background-color: black;
  color: white; /* to ensure proper contrast */



}


@media only screen and (max-width: 1200px) and (min-width: 900px) {
  .body-parent-container {
    flex-direction: column;
  }
  .body-sub-container1,
  .body-sub-container2,
  .body-sub-container3 {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .body-sub-container3{

    clear: both;
    margin-bottom: 20px; /* adjust as needed */

}

.top-container{
 /*flex-direction: column;*/
 margin-top: 20px; /* adjust as needed */
}

@media only screen and (max-width: 900px) {
  
  
  .body-parent-container {
    flex-direction: column;
  }
  .body-sub-container1,
  .body-sub-container2,
  .body-sub-container3 {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .body-sub-container3{

    clear: both;
    margin-bottom: 20px; /* adjust as needed */
  }


.top-container{
 /*flex-direction: column;*/
 margin-top: 20px; /* adjust as needed */
}


}



}