        .auth {
            font-family: sans-serif;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 100vh;
            margin: 0;
            background-color: #f4f4f4;
        }

        form {
            background-color: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            
            
        }

        label {
            display: block;
            margin-bottom: 8px;
        }

        input[type="text"],
        input[type="password"] {
            width: 100%;
            padding: 8px;
            margin-bottom: 16px;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-sizing: border-box;
        }

        button {
            background-color: grey;
            color: white;
            padding: 10px 15px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }

        button:hover {
            background-color: grey;
        }

        .error {
            color: red;
            margin-bottom: 16px;
        }

        h1 {
          text-align: center;
          margin-bottom: 20px;
        }
header {
      font: 12px sans-serif;
}
.main-header {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  padding: 10px 20px;
}

.auth-block {

  text-align: right;
  margin-bottom: 10px;
}

.auth-btn  {
  background: grey;
  color: white;
  border: none;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 4px;
  cursor: pointer;
}

a {
    color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.main-nav {
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.menu-item {
  position: relative;
  margin: 0 20px;
}

.menu-item a {
  font: 12px sans-serif;
  text-decoration: none;
  color: #333;
  padding: 10px;
}

.submenu {
  font: 12px sans-serif;
  display: none;
  position: absolute;
  background: white;
  min-width: 150px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  padding: 10px 0;
  z-index: 100;
}

.dropdown:hover .submenu {
  display: block;
}

.submenu li {
  list-style: none;
}

.submenu a {
  display: block;
  padding: 8px 20px;
}

.submenu a:hover {
  background: #f5f5f5;
}
/* Стиль результату пошуку */
    .letter {
        font: small-caps bold 14px/1 sans-serif;
        color: black; /* Красный цвет символов */
        /*font-size: 100%; !* Размер шрифта в процентах *!*/
        font-family: serif; /* Шрифт с засечками */
        position: relative; /* Относительное позиционирование */
        /*top: 5px; !* Сдвиг сверху *!*/
    }
    .variable {
        color: darkblue;
    }
    .involved {
        background: repeat-y #F0FFFF;
        color: black;
        font: bold;
    }
    .border {
        border-bottom-width: 1px; /* Толщина линии внизу */
        border-bottom-style: dotted; /* Стиль линии внизу */
        border-bottom-color: darkslategrey; /* Цвет линии внизу */
    }
