* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #ffffff;
}
.header-div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(0, 0, 0);
}
.header-div img {
  width: 100px;
  height: 100px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 20px;
  /* box-shadow: 0 0 10px 5px rgb(230, 230, 230); */
}
.navbar-brand img{
  width: 100px;
  height: 100px;
}