body {
  font-family: Montserrat;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}

header {
  background-color: #fff7f1;
  margin-top: 40px;
  padding-top: 24px;
  text-align: center;
}

.header-flowers {
  width: 70%;
}

.outlines-blue {
  width: 220px;
}

.header-images {
  align-self: flex-end;
}

@media (max-width: 750px) {
  header {
    flex-direction: column;
  }

  .header-flowers {
    width: 100%;
  }
}

.button {
  background-color: #2d2a3c;
}

.mail {
  color: #2d2a3c;
}

.clothing-rack {
  width: 500px;
  max-width: max-content;
}

.line1 {
  position: absolute;
  top: 30%;
}

.line2 {
  position: absolute;
  top: auto;
  right: 30%;
}

@media (max-width: 750px) {
  .line1 {
    top: 20%;
  }

  .line2 {
    left: 30%;
    right: auto;
  }
}

nav {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #dcdce5;
  z-index: 2;
}

.container {
  display: flex;
  align-items: center;
  max-width: 1280px;
}

.nav-logo img {
  margin: auto;
  height: 30px;
}
