.btn-press {
  transition: all 0.3s ease;
}
.btn-press:active {
  transform: scale(0.95);
}

.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.head .search {
  flex: 1 1 0;
  margin-right: 20px;
}
.head .search img {
  width: 100%;
}
.head .logo {
  width: 7rem;
  border: 1px solid red;
}
.head .logo img {
  width: 100%;
}

html {
  min-height: 100%;
  background: linear-gradient(to left bottom, #eac1ce, #d88fae);
}
