body {
    background-image: url("../img/bg.jpg");
    background-position: center center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.table1 {
  background-color: white;
}

.hobbies {
  list-style-type: disc;
}


.hobbies li a {
  display: block;

  text-align: match-parent;
  padding: 14px 16px;
  text-decoration: none;
}

