body {
  padding: 20px;
}



.back {
  padding: 0.5rem;
  border: rgb(200, 0, 0) solid 2px ;
  border-radius: 10px;
}
.explatination {
  margin-top: 0.5rem;
  padding:0.5rem;
  border: rgb(200, 0, 0) solid 2px ;
  border-radius: 10px;
}
.actual-database-log {
  margin-top: 0.5rem;
  padding:0.5rem;
  border: rgb(200, 0, 0) solid 2px ;
  border-radius: 10px;
}
.actual-database-log details {
  margin-top: 0.5rem;
  padding:0.5rem;
  border: rgb(100, 0, 0) solid 2px ;
  border-radius: 10px;
}
.actual-database-log summary {
  padding:0.5rem;
  border-bottom: rgb(200, 0, 0) solid 2px ;
  /* border-radius: 10px; */
}
.actual-database-log .thesummarytext {
  display:contents;
  text-align:center;
}
.actual-database-log a {
  color: rgb(0,0,205);
}
.actual-database-log a:hover {
  color: rgb(0,0,105);
}
.actualcontainer {
  display: grid;
  grid-template-columns: 1fr auto;
  border: rgb(150,0,0) solid 2px;
  border-radius: 10px;
  padding:2px;
}
.actualcontainer img{
  border: rgb(100,0,0) solid 2px;
  border-radius: 7px;
}