footer {
  font-family: "Montserrat", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #000;
  border-top: 2px solid #555;
}

.bottom_text {
  position: relative;
  font-size: 16px;
  color: white;
  left: 10px;
}
.bottom_banner_img {
  width: fit-content;
  height: 45px;
}
