/*
Colors:

Red: 4C191B
Blue: 1A3A3A
Brown: 8B8982
Mpez: FDFFFC
Galazio: E5FCFF

*/

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

.content {
  flex: 1;
  margin-bottom: 20px;
}

.footer {
  flex-shrink: 0;
}

.login {
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

hr {
  margin-top: 0;
}

table {
  border: 1px solid #000;
}

.tg {
  border-collapse: collapse;
  border-spacing: 0;
}
.tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}
.tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}
.tg .tg-baqh {
  text-align: center;
  vertical-align: top;
}
.tg .tg-0lax {
  text-align: left;
  vertical-align: top;
}

.title {
  width: 972px; 
  display: flex; 
  justify-content: space-between; 
  align-items: center;
  font-weight: bolder;
}

img {
  margin: 10px;
}

.comment {
  height: 100px;
}
