body {
  font-family: 'Georgia', serif;
  font-size: 32px;
  margin: 60px;
  background: white;
  color: black;
}

h1 {
  font-size: 48px;
  margin-bottom: 50px;
  font-weight: normal;
}

ul {
  list-style-type: none;
  padding: 0;
}

li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

img {
  width: 100px !important;
  height: 100px !important;
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
}
