.content {
  margin-top: 10%;
  text-align: center;
  font-family: sans-serif;
}

h1 {
  font-weight: lighter;
}

.bold {
  font-weight: bold;
}

.grey {
  color: #D3D3D3;
}

a {
  text-decorattion: none;
}

img {
  cursor: pointer;
  height: 50px;
  width: 50px;
  padding: 15px;
}

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

li {
  display: inline-block;
}
