.card-panel{
    width: 80%;
    margin: 15px auto;
    padding-top: 3px;
    opacity: 0.94;
}
.card-panel1{
    z-index: 999999;
}

.card-panel2{
    z-index: 899999;
}



input.form-control::placeholder {
    color: red;
}

th, td {

    padding: 5px 5px;
    border: 1px solid grey;
}
.pagination {
    margin: auto;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    font-size: 8px;
}
.marging {
    margin-top: 35px;
}
.color {
    border: black;
    color: #0dcaf0;
    font-size: 8px;
}
.pagination li a {
    color: #fdeeee;
    display: inline-block;
    font-size: 0.8rem;
    padding: 0 10px;
    line-height: 30px;
}
.city {
    width: 50%;
    margin: 100px auto;
    padding-top: 3px;
}
  body {
    background: url(../car.jpg)  ;  /*  поменять на no-repeat */
    background-size: 100%;

  }
.error {
    text-align: center;
}

#snow-animation-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
}

a:hover img {   
  transform: scale(1.5); 
}