
.searchInput {
	
                padding: 6px 12px;
                font-size: 16px;
                font-weight: 400;
                line-height: 1.5;
                color: #212529;
                background-color: #fff;
                background-clip: padding-box;
                border: 0px solid #ced4da;
                appearance: none;
                border-radius: 5px;
 
}

$footer-height: 100px;


.footer {
  position: absolute;
  bottom: 0;
  width: 100vw;
  font-family: sans-serif;
  font-size: 24px;
  color: white;
  height: $footer-height;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  opacity: 0.6;
  padding: 36px;
}

