body {
      background-color: #fafafa;
}

* {
    font-family: 'Roboto', sans-serif;
}

a, a:hover {
  text-decoration: none;
}

a {
  color: darkgray;
}

a:hover {
  color: lightgray;
}

/* Font Styling */

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.thin {
    font-weight: lighter;
}
