body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    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: 450px;
    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;
}
.row{
    display: flex;
}

.form-group {
    margin: 20px 30px 10px 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    margin-left: 10px;
}

input[type="number"],
select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.my_container button {
    width: 70%;
    margin:30px 50px 10px 70px;
    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(168, 100, 11);
}

#result {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}




.container-1 {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 18px;
    
}

h2 {
    text-align: center;
    margin-bottom: 20px;
    color: rgb(255, 145, 0);
}

.content {
    line-height: 1.6;
    color: aliceblue;
}

ul {
    margin-top: 0;
    padding-left: 20px;
}

ul li {
    margin-bottom: 10px;
}



.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;
    }
    
.dropdown button{
    color:white;
  }
    .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: flex;
    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:#3181f1;
    text-decoration-color: rgb(255, 255, 255);
    }
    .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;
    }
    .buttons button{
        background-color: black;
      
      }
      .buttons button a{
        color:white;
      }





    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;
    }
