table {
  border: 1px solid black;
  border-spacing: 5px;
}

tr:nth-child(even) {
  background-color: rgba(180, 163, 214, 0.5);
}

th:nth-child(even),td:nth-child(even) {
  background-color: rgba(180, 163, 214, 0.5);
}

body {
    font-family: monospace;
    background-color: rgb(209, 206, 215);
}

header {
    font-family: Garamond;
    background-color: rgb(120, 33, 26);
    color: rgb(255,255,255);
    text-align: center;
    padding: 10px;
}

h1 {
  text-align: center;
}

a {
  color: rgb(95, 22, 250);
}

aside {  
  float: left;
  width: 30%;
  background: rgb(194, 180, 224);
}