body
{
    background-color: #E5E5E6;
}
div#menuu
{
    background-color: #5B7DC9;
    display:flex;
    font-family: monospace;
    color: antiquewhite;



}

input
{

    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    width: 250px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-family: monospace;




}
button
{
    border-radius: 10px;
    height: 40px;
    width: 250px;
    font-size: 20px;
    font-family: monospace;

    background-color: #85A8F5;
    color: white;
;
}
img
{
    height: 330px;
    width: 100%;

    top: 0;
    left: 0;
}
.container
{
    position: relative;
    width:300px;
    height:200px;
    background-color: lightblue;
}


.pilt{
   position: absolute;
    width: 1900px;
    height: 100px;

}
.otsing
 {
    position: absolute;
    bottom: -230px;
    left: 500px;
    width:700px;
    height: 150px;
     background-color: white;
    border-radius: 10px;



 }
.otsingmenuu
{
    position: relative;
    bottom: -30px;
    left: 50px;
}
label
{
    font-family: monospace;
    font-size: 20px;

}
button:hover
{
    background-color: #7493D6;
}
.col-md-12
{
  margin-top: 500px;
    background-color: white;


;
}
.table
{
    position: absolute;
    width: 500px;
    background-color: white;
    border-radius: 10px;
    left: 600px;
    top: 450px;
}
th
{
    background-color: #5B7DC9;
    border-radius: 10px;
}
td
{
    font-family: monospace;
  text-align: center;
}
.pilt2
{
    border-radius: 10px;
    height: 250px;
}


a,li
{


    text-decoration: none;
    font-family: monospace;

}
a
{
    color: antiquewhite;

    font-size: 25px;

}
.nav ul
{
    list-style: none;

;



}
.nav li
{
    list-style: none;

}
.nav
{
    position: absolute;
    bottom: 935px;
    left: 1800px;
    list-style: none;



}
.admintr
{
    background-color: #5B7DC9;
}
.broneeri
{
    color: black;
}
.error
{
    font-size: 200px;
    color: red;

}