h1{
    color: #4141e0;
}

h2 {
  color: #4141e0;
}

body {
  background-color: #94c5e1;
}

li {
  color: #4174e0
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 70%;
}

td, th {
  border: 1px solid black;
  text-align: left;
  padding: 8px;
}

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

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

img {
  width:65%;
}

footer {
  border:1px black solid;
  background-color: #41a6e0;
  padding:5px;
  margin:5px;
}

a {
  font-style:italic;
}

.asimovian-regular {
  font-family: "Asimovian", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#box {
      width: 200px;
      height: 200px;
      position:absolute;
      top: 100px;
      left: 0;
    }