* {
  margin: 0;
  font-family: Arial;
  border: border-box;
  align-items:center;
  color: white;
}
.navbar {
  height: 65px;
  background-color: #0f1111;
  color: black;
 display: flex;
 align-items: center;
}
.nav-logo {
  height: 70;
  width: 100px;
 margin: 0px; 
}

.logo {
background-image: url("pngred.png");
background-size: cover;
height: 70px;
margin: 0px;
}
.nav-search {
  margin: 3px;
  color: blue;
 }
.dropdown {
  float: left;
  overflow: hidden;
  margin: 0px;
  margin-right: 10px;
}
.dropdown .dropbtn {
  font-size: 15px;
  border: none;
  outline: none;
  color:black;
  padding: 1px 2px;
  margin: 0;
  align-content: center;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 16px;
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 1px 1px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .dropdown-content {
  display: block;}
  body {
    background-image: url("Redback.jpg");
    background-size: cover;
    height: 100px;
    background-repeat: repeat;
  }
 
 .bimage {
   color: blue;
   padding: 50px;
    }