body {
  background-image: url("tlo.png");
  background-size: cover;
  height: 100vh;
  font-family: Topaz, sans-serif;
}

@font-face {
  font-family: Topaz;
  src: url('amiga-topaz/amiga-topaz.ttf');
}

input[type="text"]
{
    font-size:24px;
    background-color: rgba(0, 0, 0);
    color: aliceblue;
    font-family: Topaz;
    src: url('amiga-topaz/amiga-topaz.ttf');
}

input[type=text]:focus{
  outline: 2px solid orange;     /* oranges! yey */
}

a{
  flex-grow: 1;
  color:rgb(166, 234, 248);
  text-decoration-line: none;
  text-align: center;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  width: 300px;

}

.pole_szukania {
  width: 400px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  text-align: center;
  color: aliceblue;

}

.db_details {
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  width: 80%;
  color: aliceblue;
}

.table_rowcount {
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  width: 80%;
  color: aliceblue;
  background-color: rgba(0, 0, 0, 0.3);
}

.table {
  display: flex;
  flex-wrap: wrap;
  margin: 5px auto;
  width: 80%;
  color: aliceblue;
  border-style:solid;
  border-color:aliceblue;
}

.row {
  display: flex;
  flex-direction: row;
  margin: 0px 0;
  width: 100%;
}

.cell {
  border: 0px solid gray;
  box-sizing: border-box;
  flex-grow: 1;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  text-align: center;
  width: 20%;
}

.cell a{
  flex-grow: 1;
  color:rgb(166, 234, 248);
  text-decoration-line: none;
  padding: 10px;
  text-align: center;
  width: 20%;
}

.cell a:hover{
  color:rgba(255,255,255);
}

.header-cell {
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  color:rgba(0,0,0);
}
