

.links{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4%;
    background-color: lightgrey;
    border: 5px solid black;
}

#othertable{
    margin: 1.5% auto;
    justify-content: center;
}

.maintable{
    margin: 1.5% auto;
}

table, th, td {
    border: 1px solid black;
    /* border-collapse: collapse; */
    border-spacing: .5rem;
    margin-bottom: 2%;
  }

td {
    padding: 8px;
    text-align: left;
  }

th{
    background-color: darkgray;
}

table td:first-child {
    text-align: right;
}

table a{
    color: black;
}

/* tr:nth-child(even) td{
    background-color: #8e9292;
} */

img{
    background-color: black;
}

#othertable td{
    text-align: center;
}

.row{
    text-align: center;
    justify-content: center;
    margin: 2%;
}

tr:hover{
    background-color: #979494;
}

.maintable a:hover{
    font-weight: bolder;
    color: #200101;
    
}

#othertable a:hover{
    font-weight: bolder;
    color: #200101;
    background-color: #979494;
}

  @media(max-width:1000px){
    .image-holder:hover{
        transform: none;
    }
  }

