body {
  background-color: rgb(8, 110, 153);
}

h1 { 
  color: rgb(27, 176, 206);
  font-family: "Archivo Black", sans-serif;
}

h2 {
  color: rgb(255, 255, 255);
}

p {
  color: rgb(255, 255, 255);
  font-family: "Oswald", sans-serif;
}

.description { 
  color: rgb(65, 238, 250);
  font-family: "Oswald", sans-serif;
}

a {
  color: rgb(0, 0, 0);
  font-family: "Oswald", sans-serif;
}

table { 
  width: 400px;
}

th { 
  text-align: center;
}

td { 
  text-align: center;
}

table, th, td { 
  border-collapse: collapse;
  border: 1px solid #000;
  width: auto;
}

th, td {
  padding: 10px;
}

tr:nth-child(even) {
  background-color: #fff;
}

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

th, td {
  padding: 10px
}
tr:hover {
background:#5568f6;}

table {
  width: 50%;
  border-collapse: collapse; 
}

p {
  font-size: 14px;
}

main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

caption {
  color: #ffffff;
}