body {
  font-family: "Roboto Light", sans-serif;
  background-color: #202020; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif; }

p {
  font-family: "Roboto Light", sans-serif; }

a {
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

.navbar {
  overflow: hidden;
  background-color: #202020; }
  .navbar .navbar-brand {
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }
  .navbar .nav-link {
    float: left;
    display: block;
    color: white;
    text-align: center;
    text-decoration: none; }
    .navbar .nav-link:hover {
      color: #A9D6D0; }
