body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    background-image: linear-gradient(rgb(3, 3, 67, 0.8), rgba(0,0,50,0.8)), url(bgimage.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
  
  .my_container {
    max-width: 500px;
    margin: 200px auto;
    padding: 20px;
    border-radius: 8px;
    background-color: rgb(247, 242, 242);;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 150px;
  }
  
  h1 {
    text-align: center;
    color: #333;
  }
  
  .form_my_container {
    margin-bottom: 20px;
   
  }
  .row1{
    display: flex;
    
  }
  .row2{
    display: flex;
  }
  
  label {
    display: block;
    margin-bottom: 5px;
    margin-left: 10px;
    
  }
  
  select,
  input[type="number"] {
    width: calc(100% - 22px);
    padding: 10px;
    margin: 7px 7px 7px 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
  }
  
  .my_container button {
    width: 100%;
    margin-top: 10px;
    padding: 12px;
    background-color: rgb(255, 145, 0);
    color: #000000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }
  
  button:hover {
    background-color: rgb(233, 179, 108);
  }
  
  #result {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
  }

  





  .info{
    max-width: 600px;
    margin:auto;
    margin-bottom: 100px;
    border-radius: 8px;
    
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  h3 {
    text-align: center;
    color: #faf3f3;
    
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
  }
  
  thead th {
    background-color:rgb(255, 145, 0);
    padding: 10px;
    text-align: left;
  }
  
  tbody td {
    border-top: 1px solid #ddd;
    padding: 10px;
    color: #faf3f3;
  }
  
  tbody td:first-child {
    font-weight: bold;
  }






  
  .navbar {
    margin-bottom: 0;
    border-radius: 0;
    opacity: 75%;
    }
    #dropdownMenuButton {
    /* background-color:#FFC94A ; */
    background-color:black;
    margin-top:20px;
    margin-left:px;
    }
    .buttons button a{
      text-decoration: none;
      color:black
    }
    .sign button a{
      text-decoration: none;
      color:white;
    }
    /* Set width to 100% and center carousel images */
    .carousel-inner img {
    width: 100%;
    margin: auto;
    min-height: 200px;
    }
    /* Hide the carousel text when the screen is less than 600 pixels wide
    */
    /* Style logo text */
    .logo .logo-text {
    color: #ffffff;
    margin-left: 10px;
    font-size: 30px;
    font-family: "DM Serif Display", serif;
    }
    /* Style navbar buttons */
    #id {
    margin-left: 10px;
    margin-top: 10px;
    }
    @media (min-width: 992px) {
    .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    }
    }
    .buttons {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 20px;
    gap: 20px;
    }
    .navbar-buttons .btn {
    margin: 0;
    }
    .home {
    /* background-color: #FFC94A; */
    background-color:black;
    text-decoration-color: rgb(255, 255, 255);
    }
    .buttons button a{
      color:white;
    }
    .dropdown button{
      color:white;
    }
    .btn-default {
    font-size: 16px;
    }
    .sign {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    padding: 20px;
    gap: 10px;
    align-items: flex-start;
    }
    #myNavbar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    }
    .btn-default {
    justify-content: center;
    }
    .btn-outline-warning{
    background-color: #F57D1F;
    }





    footer {
        background-color:black;
        padding: 20px;
        text-align: center;
        opacity:75%;
        margin-top: 150px;
    }
    
    .footer-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .footer-section {
        flex: 1;
        margin: 0 20px;
    }
    
    .footer-section h3 {
        margin-bottom: 10px;
        color:#FFC94A;
    }
    
    .footer-section ul {
        list-style: none;
        padding: 0;
    }
    
    .footer-section ul li {
        margin-bottom: 5px;
    }
    
    .footer-bottom {
        width: 100%;
        margin-top: 20px;
        background-color: black;
        padding:10px;
    }
    .footer-content{
      display:flex;
      justify-content: space-around;
      
    }
    .footer-content p{
      color:white;
    }
    .footer-bottom p{
      color:white;
    }
    .social-icons {
      list-style-type: none;
      margin: 0;
      padding: 0;
      
    }
    
    .social-icons li {
      display: inline-block;
      margin-right: 10px; /* Adjust spacing between icons */
     
    }
    .social-icons a{
      color:white;
    }