body{
    background-color: #e6607d;
  overflow-x: hidden;
}.search{
  width: 300px;
  box-shadow: 2px 2px 10px gray;
  border-radius: 5px;
}
.cart{
  position: relative;
  left: 20px;
}
.header{
  background-image: url(./ice5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
}
.lastbutton{
    border-radius: 34px;
    color: black;
}
.buttonfirst{
    border-radius: 34px;
    color: black;
}