body {
  margin: 0;
  font-family: "Quicksand", sans-serif;
}

ul {
  font-family: "Cinzel Decorative", serif;
  font-weight: 500;
}

h2 {
  font-size: 2em;
}

p {
  line-height: 3rem;
}

.logo {
  padding: 30px;
  width: 120px;
}

#header {
  background-image: linear-gradient(to bottom, white, rgb(255, 250, 250));
}

.logo-flex {
  display: flex;
  justify-content: center;
}

nav {
  background-color: rgb(255, 250, 250);
  padding: 10px;
}
nav ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  text-decoration: none;
  color: #852c57;
}

.header-img-home {
  width: 100%;
}

.brand-name {
  padding: 45px 0 0 0;
  display: flex;
  justify-content: center;
  color: #852c57;
}

.girl-model {
  width: 550px;
  height: auto;
  padding-right: 45px;
}

.details-text {
  padding-left: 45px;
}

.detail-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 90px;
}

article {
  background-color: #eedfe3;
}

.trench-coat {
  width: 750px;
  height: auto;
  padding: 90px 0 20px 0;
}

.comfort-text {
  max-width: 850px;
}

.comfort-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clothing-rack {
  width: 600px;
  height: auto;
  padding: 100px 45px 20px 0;
}

.launch-text {
  padding-left: 45px;
}

.launch-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 90px;
}

.button {
  background-color: #852c57;
  width: 175px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  text-decoration: none;
}
.button:hover {
  background-color: white;
  border: 1px solid #852c57;
}

.button-text {
  color: white;
  font-size: larger;
  text-decoration: none;
}
.button-text:hover {
  color: black;
}

footer {
  background-color: #d9bcc4;
  margin: 0;
  padding: 10px 0 10px 0;
}

.footer-links {
  display: flex;
  justify-content: center;
}

ul {
  list-style: none;
  padding: 0;
  width: 1600px;
  display: flex;
  justify-content: center;
  text-align: center;
}
ul li {
  display: inline-block;
  padding: 0 80px 0 80px;
  min-width: 150px;
}
ul li a {
  text-decoration: none;
  color: black;
}

.copyright {
  text-align: center;
  color: #852c57;
}

.info {
  max-width: 850px;
  margin: 0 auto;
  padding: 45px 0;
}

div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gal-img {
  width: 75%;
  height: auto;
  padding: 30px 0;
}/*# sourceMappingURL=home.css.map */