body {
  font-family: 'RALEWAY', sans-serif;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 1.50rem;
}

h3 {
  font-family: 'LATO', sans-serif;
}

p {
  font-family: 'LATO', sans-serif;
}

.highlight {
  color: #ff0000;
}

.profile-image {
  width: 250px;
  border: 2px solid #fff;
  border-radius: 5%;
}

a {
  color: lightskyblue;

}