.body, html {
height: 100%;
background-image: url(https://i.postimg.cc/k418Z2Rm/b7978080eff28f25f85b34f2e35229a8.jpg);
background-size: 20%;
cursor: url('https://cur.cursors-4u.net/nature/nat-2/nat183.cur'), auto;	
}

.content {
  margin-top: 30px;
  padding-top: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
}

.linkh {
  font-size: 45px;
  font-style: italic;
  color: rgb(253, 147, 60);
  margin: 0;
  margin-bottom: 20px;
}

.nbtxt {
font-size: 20px;
font-weight: bold;
font-style: italic;
color: rgb(253, 147, 60);
}

.inttxt {
font-size: 20px;
font-weight: bold;
font-style: italic;
color: rgb(253, 147, 60);
}

.affietxt {
 display: inline-block;
 margin-left: 20px;
 margin-top: 0;
 font-size: 11px;
 color:rgb(182, 128, 253)
}

table {
 width: 569px;
 margin: auto;
 color: black;
}

table tr {
background-color: #ffffeb;
}
  .interesting tr {
    background-color: #fffff0;
  }

  table tr:nth-child(odd) {
    background-color: #ffd8e7;
  }

  td {
    width: 50%;
    text-align: -internal-center;
  }