body{
  margin: auto;
  margin-top: 100px;
  width: 70%;
}

.title{
    font-size: 50px;
    font-weight: bold;
}

table, th, td {
  border: 1px solid black;
}

table {
  width: 100%;
  box-shadow: 2px 2px 3px 5px #ccc;
}

tr:nth-child(even) {background-color: AliceBlue;}

table a {
    text-decoration: none
}

tr:hover :not(th) :not(.logs2){background-color:LightCyan;}

.logs2:hover{background-color:LightSkyBlue;}

.text_center{
    text-align: center;
}
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

.logs{
    width: 100%;
    height: 100%;
}

.logs2{
    width: 100%;
    height: 100%;
}
