body {
  background-color: #33333398;
  border: 1px solid rgb(12, 12, 12);  
}



#titel {
  text-align: center;
  width: 100%;
}

div.scroll-container {
  /*  */
  position: relative;
  display:    block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;

  background-color: #1b1b1b48;
  overflow: auto;
  scrollbar-color: #4e06064f rgba(87, 87, 87, 0.959);
  white-space: nowrap;
  padding: 15px;
  border: solid 1px #070707;
  box-shadow: -3px -3px 40px 1px red;
}

div.scroll-container button {
  padding: 20px;
  border: solid 2px rgba(0, 17, 255, 0.349);
  /**/margin-left: 10PX;
}

button {
  border: 1px solid rgba(0, 17, 255, 0.349);
  background-color: rgba(73, 196, 2, 0.062);
  font-size: 18px;
  color: rgb(0, 0, 0);
  border-radius: 20%;
}

img {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*========================================================================*/
/*========================================================================*/
/*========================================================================*/

div.gallery {
  border: 1px solid rgba(255, 0, 106, 0.349); 


  ;
}

div.gallery:hover {
  border: 1px solid #777;
}

/**/
img {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: 50px;

}

div.gallery {
  background-color: rgba(172, 172, 172, 0.651);
  width: 100%;
  font-size: 14px;
  text-align: center;
  /*border-radius: 50%;*/
}

div.desc {
  padding: 5px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.cont {
  background-color: rgb(51, 51, 51);
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
  scrollbar-color: rgba(3, 36, 0, 0.616) rgb(2, 107, 167);
  width: 90%;
  height: 200px;
  border: solid 1px rgb(0, 0, 0);
  box-shadow: -3px -3px 40px 1px red;
  text-align: center;
}

.responsive {

  padding: 2px;
 display: inline-block;
 
  width: 10%;

}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }

  .scroll-container {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 80%;
  }

  .scroll-container {
    width: 80%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*================================================================*/
.btnDiv {
  position: relative;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #070707;
  /**/
}

#btnRan {
  position: absolute;
  display: block;
  margin-left: 5%;

}



#btnOrd {
  position: absolute;
  right: 6%;

}

/**/
.TestButtons {
  font-weight: bold;
  /*  font-family: 'Arial', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;*/
  font-size: 15px;
  margin: 0px;
  border: 1px solid black;
  text-align: center;
  background-color: rgb(79, 47, 47);
  border-radius: 20%;
  cursor: pointer;
  height: 30px;
}

.TestButtons:hover {
  background-color: rgb(216, 223, 130);
  /* font-size: 18px;*/
}


.button:hover {
  position: relative;
  top: 5px;
  animation: fill ease-in-out 1s;
  box-shadow: -1px -1px 20px -1px red;
  background-color: rgba(255, 153, 85, 0.548);
  /*border-color: darkmagenta;*/
}

/*=============================================================*/
.Managment  {
/*   display: none;*/
  
  position: absolute;
  background-color: #f34e4e;

  font-weight: bold;
  right: 0px;
  text-decoration: none;
  color: #070707;
  padding: 5px;
  margin: 2px;
  top: 3%;
  text-align: center;
  border: 1px solid black;
  border-radius: 0px;
  cursor: pointer;
}
#btnMange {
  right:90px;
 
}
#btnControl {
  right:140px;
 
}
/*#btnaddUser{
  right: 100px;
  
}*/
.Managment:hover {
  background-color: #ff0000;
  box-shadow: -5px -5px 20px red;
}
