:root {
  background-color: gray;
  margin: 10px auto;
  scroll-margin: 4em;
  overflow-y: scroll;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-image: linear-gradient(
    to right,
    rgb(127, 114, 185),
    rgb(113, 52, 126),
    yellow,
    violet,
    lime,
    orange
  );
}

header {
  background-image: url('https://dev.ca8050.com/images/flywheel.jpg');
  background-repeat: no-repeat;
  background-position: top;
  height: 250px;
  background-size: 100%;
  margin: 0 20px 20px 20px;
  padding: 10px 0 0 0;
}

h1 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0 0 30px 0;
  text-align: center;
  text-shadow: 4px 6px 1px rgba(0, 0, 0, 0.26);
  font-family: 'Verdana', Arial, Tahoma, sans-serif;
  font-size: 3.4em;
  letter-spacing: normal;
  word-spacing: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: capitalize;
}

/* top row of buttons -- start */

nav {
  display: inline-flex;
  list-style-type: none;
  margin: 0 0 0 40px;
  padding: 30px;
}

.active {
  border: 5px ridge lime;
  display: inline-block;
  border-radius: 5px;
  padding: 8px 30px 10px 30px;
  text-decoration: none;
  background-color: coral;
  height: auto;
  width: auto;
  margin: 0 0 0 10px;
  letter-spacing: 1.1;
  font-size: 120%;
  font-weight: 700;
  color: #000;
  z-index: 1;
}

.active:hover {
  border: 6px ridge black;
  display: inline-block;
  border-radius: 7px;
  padding: 10px 32px;
  text-decoration: none;
  background-color: rgb(113, 52, 126);
  height: auto;
  width: auto;
  margin: 0 0 0 20px;
  letter-spacing: 1.2;
  font-size: 125%;
  font-weight: 700;
  color: lime;
  z-index: 1;
}

nav a {
  border: 6px ridge gray;
  border-radius: 5px;
  padding: 8px 30px 10px 30px;
  text-decoration: none;
  background-color: black;
  height: auto;
  width: flex;
  margin: 0 auto;
  letter-spacing: 1.1;
  font-size: 120%;
  font-weight: 500;
  color: #fff;
  z-index: 1;
}

nav a:hover {
  border: 6px ridge lime;
  border-radius: 7px;
  padding: 10px 30px;
  text-decoration: none;
  background-color: ;
  height: auto;
  width: flex;
  margin: 0;
  letter-spacing: 1.2;
  font-size: 125%;
  font-weight: 600;
  color: lime;
}

/* top row of buttons -- end */

main {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
}

.left img {
  display: grid;
  width: 100%;
  height: auto;
  border: 6px ridge gray;
  border-radius: 6px;
  margin: 0 20px 20px 20px;
}

.right {
  display: grid;
  position: top;
  width: 2fr;
  height: 1.2fr;
  font-size: normal;
  margin: 0 20px auto 40px;
  background-color: #fff;
  padding: 0 20px 40px 20px;
  border: 6px ridge gray;
  border-radius: 6px;
}

h2 {
  background-color: lightgray;
  color: black;
  font-weight: bold;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin: 20px 5px 0px 5px;
  padding: 10px 10px 10px 10px;
}

.history {
  background-color: lightgray;
  margin: 0 5px auto 5px;
  padding: 20px;
}

.sources {
  color: black;
  font-weight: bold;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin: 20px 5px 0px 5px;
  padding: 10px 10px 0 0;
}

.watch {
  margin: 0;
  padding: 0;
}

.subhead {
  margin: 0 5px 10px 5px;
  border-bottom: 8px solid black;
}

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

table,
th,
td {
  border: 5px solid #fff;
  border-collapse: collapse;
}

table td {
  text-align: center;
}

table td:first-child {
  text-align: left;
}

table th {
  color: #fff;
  background-color: #000;
  text-align: center;
}

table th:first-child {
  color: #fff;
  background-color: #000;
  text-align: left;
  padding-left: 10px;
}

th,
td {
  padding: 10px;
  color: black;
  font-style: normal;
  font-weight: 500;
}

td:hover {
  opacity: 1.3;
  color: violet;
  font-size: 125%;
  font-style: bold;
  font-weight: 600;
}

th {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 40px;
}

table {
  background-color: rgb(219, 218, 219);
}

p {
  font-size: 16px;
  text-align: justify;
  background-color: lightgray;
  margin: 0 5px 0 5px;
  padding: 10px 10px 20px 10px;
}
