body {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}
.container {
  width: 70%;
  max-width: 700px;
  margin: 0 auto;
}
#beetroot_img {
  width: 100%;
}
.title {
  font-weight: normal;
  color: #8f0f1c;
  text-align: center;
  border-bottom: 2px solid #8f0f1c;
  padding: 5px;
}
.lessons_list {
  border: 1px solid darkgray;
  list-style-type: none;
  padding: 0;
}
.lessons_list .list_item {
  padding: 20px 30px;
  font-size: 14px;
  border-bottom: 1px solid darkgray;
}
.lessons_list.list_item: last-child {
  border-bottom: none;
}
.list_item a {
  font-size: 30px;
}
