body {
    background-color: black;
    color: white;
    text-align: center;
}

div.list {
  text-align: center;
}

ul {
  display: inline-block;
  text-align: left;
}

.selfie {
    width: 300px;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.2em;
}