.body {
  margin-left: 30%;
  margin-right: 30%;
  font-size: 18px;
  display: block;
}

a {
  color: black;
}

h1 {
  text-align: center;
  font-size: 48px;
}

p {
  text-align: left;
}

div {
  display: flex;
}

.imgContainer {
  width: 20%;
}

table {
  width: 30%;
}

th {
  text-align: left;
}

.week {
  width: 160%;
}

span.Finance {
  background-color: rgb(210, 255, 210);
}

span.Productivity {
  background-color: rgb(158, 255, 255);
}

span.Lifestyle {
  background-color: pink;
}

span.Goals {
  background-color: rgb(255, 204, 110);
}

span.Creativity {
  background-color: rgb(217, 196, 255);
}

.footer {
  background-color: black;
  color: white;
  text-align: center;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -8px;
  padding: 10px;
  bottom: 0;
  position: fixed;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .body {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 17px;
  }
}
