body {
  background-color: black;
}

h1, h2, h3, h4, h5, h6 {
    color: white;
    font-family: 'Nunito', sans-serif;
}
h1 {
    font-size: 55px;
}

p {
  color: white;
  font-family: 'Nunito', sans-serif;
}

.sentence {
  color: white;
  font-family: 'Nunito', sans-serif;
}

#content {
    max-width: 550px;
    min-width: 550px;
    margin: 0 auto;
}

#headshot {
    float: right;
    margin-left: 10px;
}

a {
    font-family: 'Nunito', sans-serif;
    color: lightblue;
    text-decoration: none;
}

a.soctw {
    color: white;
}

a.socli {
    color: white;
}

a.soctw:hover {
    color: #00aced;
}

a.socli:hover {
    color: #007bb6;
}
