
.links {
  display: flex;
  justify-content: space-around;
  margin-right: 100px;
}

.links a {
  color: crimson;             
  text-decoration: none;               
}

body {
  color: crimson;
  background-color: black;
}
.h {
text-decoration:underline;
color:teal;
}
.table {
color:#27F557;
border-collapse: collapse;
  border: 2px solid crimson;
}
.tableall {
font-size:40px;
}
td, th{
  border-collapse: collapse;
  border: 2px solid crimson;
}
.annoying{
  height:120px;
  width:auto;
