
.week-section {
  background-color: #f5f7fa;
  min-height: 1000px;
}

.week-title {
  font-family: 'Lobster', cursive;
  color: #9a379a;
  margin-bottom: 20px;
}

.header {
  font-family: 'Ubuntu', sans-serif;
  color: #9d58b9; /* replace with exact color later */
  line-height: 1.6;
}

.text {
  font-family: 'Georgia', serif;
  font-weight: 90;
  max-width: 700px;
  text-align: justify;
}
.steps {
  margin-left: 55px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: 200;
}

.note{
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 700px;      /* desktop limit */
  width: 100%;           /* mobile-friendly */
  padding: 10px;
  font-family: 'Georgia', serif;
  background-color: rgb(209, 192, 228);
  border: 2px solid rgb(97, 47, 125);
  box-sizing: border-box;
}
.screenshot {
  max-width: 100%;   /* never overflow the screen */
  height: auto;      /* keep correct proportions */
  display: block;    /* removes weird inline spacing */
}