table {
    text-align: center;
}
input {
    border-width: 0px;
    margin: 5px;
    padding: 3px;
    min-width: 160px;
    min-height: 30px;
    background-color: #0d54a0;
    color: aliceblue;
    font-size: 12px;
    text-align: center;
}
input::-webkit-input-placeholder{
    color: aliceblue;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
h2 {
    margin-top: 80px;
}
.custom-logo {
    margin-right: 15px;
    max-height: 30px
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}
.bi {
    vertical-align: -.125em;
    fill: currentColor;
}
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.gfg {
            position: relative;
            width: 100%;
            text-align: center;
        }

        .text-container {
            position: absolute;
            color: rgb(255, 255, 255);
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(41, 41, 41, 0.5);
            padding: 0.5rem;
            text-align: center;
            font-size: 16px;
        }

.image-container {
  background-image: "/pic/ips/ips001.png";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  /* Значение rgba(0,0,0,0.5) задает полупрозрачный черный цвет фона */
}

h1 {
  color: white;
  font-size: 3em;
  text-align: center;
}
.header {
  position: fixed;
  top: 0;
  width: 100%; /* Шапка займёт всю ширину окна браузера */
  z-index: 1000; /* Высокое значение, чтобы шапка была всегда на первом плане */
}
