body{
    /*background-color: rgba(0, 0, 0, 0.885); */
    color: white !important;
    background-image: linear-gradient(to bottom right, rgb(0, 0, 0, 0.885), rgb(0, 0, 0, 0.885), rgb(0, 0, 0, 0.885), rgb(0, 0, 0, 0.885), rgb(0, 0, 0, 0.885),rgb(0, 0, 0, 0.885), rgb(0, 0, 0, 0.885), rgb(0, 0, 0, 0.885), rgb(0, 0, 0, 0.885), rgb(0, 0, 0, 0.885), rgb(0, 0, 0, 0.885), #292727);
}

a{
    text-decoration: none;
    color: white;
}
.navbar{
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;

  margin: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.logo{
    font-size: xx-large;
    height: 20px;
    width: auto;
    margin-bottom: 10px;
    padding: 0px;
}
#logo{
    margin-bottom: 20px;
}
.beyaz{
    color:white !important;
}
.beyaz:hover{
    color: rgb(126, 123, 123);
}
.nav-color{
    background-color: rgb(47 50 58);
}
.dropdown {
    position: relative;
    display: inline-block;
  }
.dropdown-content{
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(61, 65, 74);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.prfil{
  height: 25px;
}
.list{
  list-style: none;
  padding: 0px;
  margin: auto;
  width: 2.8rem;
  display: block;
}
.profil_div{
  margin: auto;
  margin-left: -60px;
  margin-top: 5px;
  width: 5rem !important;
}