#box {
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #fff;
  border: 2px solid #75d6e9;
  opacity: 0.9;
  bottom: 0;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
