body {
    background-color: #5d8d7f;
}

h2 {
    font-family: 'Nunito Sans', sans-serif;
}
nav {
    background-color: #1DB954;
    color: #FFF;
    padding: 30px 60px 0px 60px;
}

nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: top;
}
nav li {
    list-style: none;
}
nav li a {
    color: #FFF;
    font-family: 'Nunito Sans', sans-serif;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 8px;
}
nav li a:hover {
    color:#191414;
    font-family: 'Nunito Sans', sans-serif;
    text-decoration: underline;
}

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
/* Red border */
hr.new1 {
  border-top: 1px solid red;
}
    
  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
  .navbar {
    min-height: 120px;
  }
  .navbar-brand {
    padding: 0 15px;
    height: 80px;
    line-height: 80px;
  }
