
.title{
  height: 100px;
  width: 530px;
  border: 7px ridge  red;
  background-image: url(/Miscellaneous/greengrid.jpg);
  color: white;
  margin-top:20;
  }
  
  .neko{
  margin-top: 15%;
  margin-right: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

        table {
            width: 850;
            border-collapse: collapse;
            margin-top: 20px;
            border: 2px solid red;
        }
        th, td {
            border: 3px solid red;
            padding: 10px;
            text-align: left;
            color: white;
            background-color: rgba(24, 24, 24, 0.5);
}

        th {
            background-color: black;
            font-weight: bold;
            text-align: left;
            color: white;
        }
        a {
            color: #22b14c;
            font-style: italic;
            text-decoration: none;
        }