body, html {
  color: white;
  background: linear-gradient( rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.55)), url("../img/bg6.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
}

h1, h2 {
  color: yellow !important;
  font-family: 'Lato', sans-serif;
}

a {
  color: white !important;
}

a:hover {
  color: green !important;
}

#app {
  /* background: linear-gradient( rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.55)), url("../img/bg6.jpg"); */
  /* background-size: cover;
  height: 100vh; */
  color: white;
}

.adminsongs {
  color: yellow;
}

.adminsongs .card {
  background-color: transparent;
}

.adminnav {
  margin-bottom: 50px;
}

.active>a {
  color: green !important;
}

.loginformpos {
  padding-top: 50px;
}

.register {
  padding-top: 50px;
  font-style: italic;
}

.dropdown-menu {
  background-color: rgba(255, 0, 0, 0.5) !important;
}

.usernav {
  margin-top: 50px;
}

.as p {
    color: yellow;
}

.logo{
  padding-top: 25px;
}
