
body {
  background-color: rgb(255, 245, 251);
}

 header {
    display: flex;
    align-items: center;
    background-color: rgb(246, 172, 219);
    padding:15px; 
}




.top2{
  background-color:rgb(244,245,249);
  border-radius: 10px;
}

.top3 {
  background-color:rgb(98,48,0);
  border-radius: 10px;
  
}

h1.header {
  text-align: center;
  font-family: "Big Shoulders", sans-serif;
}

h2.subheader {
  text-align: center;
}

p {
 color: white;
 font-family: sans-serif;
 line-height: 1.4rem;
}

p.card-description {
  text-align: center;
}



main {
  display: grid;
  grid-template-columns: 1fr;
  font-family: sans-serif;
}

.section {
  border-radius: 16px;
  overflow: hidden;
  height: 400px;
}



.flex-container {
  display: flex;
}

.text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  width: 30%;
}

.section-1 {
/*   background: #ACA6D6; */
  border-radius: 16px;
    background-image: url("https://cdn.shopify.com/s/files/1/0770/2163/files/hkhw2_600x600.jpg?v=1631828050");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.image-container-1 {
  position: relative;
}



.text-content-1 {
  float: right;
  background: #ACA6D6;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  width: 30%;
  
}

button1 {
  padding: 16px 32px;
  border-radius: 50px;
  color: white;
  background: #817CA4;
  font: 16px sans-serif;
}
button2 {
  padding: 16px 32px;
  border-radius: 50px;
  color: white;
  background: #F6ACDB;
  font: 16px sans-serif;
}
button3 {
  padding: 16px 32px;
  border-radius: 50px;
  color: white;
  background: #BD5E02;
  font: 16px sans-serif;
}