<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

:root {
    --my-text-color-yellow:#fdefde;
    --my-text-color:#d4807a;
    --my-light-yellow-background: #f6f5d3;
    --my-light-pink-background: #daaead;
    --my-dark-pink-text: #a3514a;
    --my-font-header-title: 'Chango',sans-serif;
    --my-font-text: 'Raleway', sans-serif;
}

body {
    width: 100%;
    margin: auto;
    max-width: 1440px;
    min-width: 1400px;
    font-family: var(--my-font-text);
}

main {
    width: 100%;
}

/* ------------style for header------------ */

header {
    width: 100%;
    height: 120px;
    background-color: var(--my-light-yellow-background);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

header nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav ul {
    display: flex;
}

header nav ul li a {
    padding: 15px 20px;
    margin: 0 5px;
    font-size: 20px;
    text-transform: uppercase;
    color:var(--my-dark-pink-text);
    display: inline-flex;
    transition: all 0.4s ease;
    position: relative;
}

header nav ul li a::before {
    content: '';
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: var(--my-dark-pink-text);
    height: 3px;
    border-radius: 12px;
    transition: all 0.4s ease;
    transform: translateX(-50%);
}

nav ul a:hover::before {
    width: 100%;
}

nav ul a:hover {
    color: var(--my-light-pink-background);
    transition: .5s ease;
}

nav label.button {
    font-size: 20px;
    color: var(--my-dark-pink-text);
    cursor: pointer;
    display: none;
}

nav label.button:hover {
    color: var(--my-light-pink-background);
}

#check {
    display: none;
}

nav label.cancel {
    position: absolute;
    top: 0px;
    right: 5px;
}


nav div.logo {
    height: 100%;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav div.logo .frame {
    width: 88px;
    height: 86px;
    position: relative;
}

div.frame #logo-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

div.frame #logo-img {
    position: absolute;
    top:20px;
    left: 20px;
    width: 55%;
    height: auto;
}

header.sticky{
    position: fixed;
    top: 0;
    left: 0;
    /* background: var(--my-light-pink-background); */
    box-shadow: 0 5px 10px var(--my-light-pink-background);
    transition: all 0.4s ease;
}

header.sticky ul li a{
    /* color: var(--my-light-yellow-background); */
    transition: all 0.4s ease;
}

header.sticky ul li a:hover{
   /* color: var(--my-dark-pink-text); */
}

/* end style for header */

section {
    width: 100%;
    margin: auto;
}

#home {
    width: 100%;
    height: 760px;
    margin-top: 120px;
    background-color: var(--my-light-yellow-background);
    display: grid;
    grid-template-areas: 'article banner';
    grid-template-columns: 50% 50%;
    grid-template-rows: 100%;
}

#home div.home-article {
    grid-area: article;
}

#home div.home-banner {
    grid-area: banner;
}

/*====================DELIGHTFUL====================*/
div.home-article &gt; .home-article-title-medium {
    width: 100%;
    height: 30%;
    position: relative;
}

div.home-article &gt; .home-article-title-medium svg {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

svg text {
    font-size: 30px;
    font-family: var(--my-font-header-title);
    text-transform: uppercase;
    letter-spacing:3px;
    fill: var(--my-dark-pink-text);
}

svg path {
    fill: none;
    stroke: none;
}

div.home-article &gt; .home-article-title-medium #img-medium-star {
    position: absolute;
    top: 10px;
    left: 10px;
    transform: rotateX(180deg);
}

/*====================SWEETS====================*/
div.home-article &gt; .home-article-title-large  {
    width: 100%;
    height: 20%;
}

div.home-article &gt; .home-article-title-large h1 {
    height: 100%;
    font-size: 110px;
    font-family: var(--my-font-header-title);
    font-weight: bolder ;
    text-transform: uppercase;
    color: var(--my-light-pink-background);
    -webkit-text-stroke: 1px var(--my-dark-pink-text);
    padding: 0px 10px;
    text-align: center;
    line-height: 150px;
}
/*====================ARTICLE TEXT BOX====================*/
div.home-article &gt; .home-article-box-texts {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
    position: relative;
}

div.home-article &gt; .home-article-box-texts &gt; .box-texts{
    width: 542px;
    height: 209px;
    position: relative;
    padding: 10px;
}

.home-article-box-texts div.box-texts #frame-text1, #frame-text2 {
    width: 95%;
    max-width: 542px;
    height: auto;
}

.home-article-box-texts div.box-texts #frame-text1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-article-box-texts div.box-texts #frame-text2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.home-article-box-texts div.box-texts .home-article-texts {
    position: absolute;
    z-index: 1;
    padding: 10px;
    right: 30px;
    bottom: 30px;
    width: 500px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: var(--my-text-color);
}

.home-article-box-texts div.box-texts #img-pointer {
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: 1;
}

.home-article-box-texts #img-shape-1 {
    position: absolute;
    bottom: 70px;
    left: -70px;
    z-index: 1;
    transform: rotateY(180deg);
}
/*====================HOME BANNER IMAGE====================*/
div.home-banner {
    display: flex;
    align-items: center;
}
div.home-banner .image-container{
    width: 706px;
    height: 760px;
    max-width: 100%;
    max-height: 100%;
    position: relative;
}
.image-container .banner-img-box {
    width: 570px;
    height: 458px;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-img-box #frame-font {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-img-box #frame-back {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.image-container &gt; #img-medium-star {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
}   

.image-container &gt; #img-shape-1 {
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 1;
}

.image-container &gt; #img-shape-sad {
    position: absolute;
    top: 210px;
    left: 35px;
    z-index: 1;
}

.image-container &gt; #img-shape-smile {
    position: absolute;
    top: 390px;
    right: 30px;
    z-index: 1;
}

.image-container &gt; #img-small-star {
    position: absolute;
    bottom: 150px;
    left: 0;
    z-index: 1;
}

.image-container &gt; #img-shape-folder {
    position: absolute;
    bottom: 70px;
    right: 30px;
    z-index: 1;
}

.image-container &gt; #img-shape-folder-dup {
    position: absolute;
    bottom: 70px;
    right: 150px;
    z-index: 1;
}

/*====================ABOUT US====================*/
#about {
    width: 100%;
    height: 880px;
    background-color:var(--my-light-pink-background);
}

#about .about-header {
    width: 100%;
    height: 30%;
    position: relative;
}

#about .about-header h1 {
    font-size: 90px;
    font-family: var(--my-font-header-title);
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    color: var(--my-light-yellow-background);
    -webkit-text-stroke: 1px var(--my-dark-pink-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#about .about-header #img-shape-smile {
    position: absolute;
    bottom: 10px;
    left: 70px;
    transform: rotateZ(330deg);
}

#about .about-header #img-medium-star {
    position: absolute;
    top: 50px;
    right: 80px;

}

#about .about-header #img-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}


#about .about-contents {
    width: 100%;
    height: 70%;
    /* background-color: lightseagreen; */
    /* display: flex;
    justify-content: center; */
    position: relative;
}

#about .about-contents .box-texts {
    width: 770px;
    height: 440px;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    position: relative;
}

#about .about-contents .box-texts &gt; #frame-font {
    position: absolute;
    top:0;
    right: 0;
    z-index: 1;
    width: 96%;
    height: 92%;
}

#about .about-contents .box-texts &gt; #frame-back {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 96%;
    height: 92%;
}

#about .about-contents .box-texts &gt; .article-about-texts {
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 1;
    width: 725px;
    height: 380px;
    padding: 20px;
}

#about .about-contents .box-texts &gt; .article-about-texts p {
    font-size: 18px;
    margin-top: 40px;
    text-align: center;
    color: var(--my-text-color);
    font-weight: 500;
}

#about .about-contents .box-texts &gt; #img-pointer {
    position: absolute;
    bottom: 5px;
    right: 0;
    z-index: 1;
}

#about .about-contents &gt; #img-medium-star {
    position: absolute;
    bottom: 200px;
    left: 170px;
}

#about .about-contents &gt; #img-shape-2 {
    position: absolute;
    bottom: 80px;
    left: 0px;
    transform: rotateY(180deg);
}

#about .about-contents &gt; #img-shape-sad {
    position: absolute;
    bottom: 80px;
    right: 100px;
    width: 100px;
    height: 100px;
    transform: rotateZ(45deg);
}

/*====================PRODUCTS====================*/
#products section:nth-child(2n + 1) {
    background-color: var(--my-light-yellow-background);
    height: 880px;
}

#products section:nth-child(2n) {
    background-color: var(--my-light-pink-background);
    height: 880px;
}

#products .grid-container_new-product {
    display: grid;
    grid-template-areas: 'item1 item1' 'item2 item3';
    grid-template-columns: 30% 30%;
    grid-template-rows: 10% 60%;
    gap: 100px;
    justify-content: center;
    align-content: center;
    position: relative; 
}

.grid-container_new-product .grid-item-1 {
    grid-area: item1;
}

.grid-container_new-product .grid-item-1 h1 {
    font-size: 80px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--my-font-header-title);
    color: var(--my-text-color);
    -webkit-text-stroke: 1px  var(--my-dark-pink-text);
}

.grid-container_new-product .grid-item-2 {
    grid-area: item2;
}

.grid-container_new-product .grid-item-3 {
    grid-area: item3;
}

.grid-container_new-product * .info-product {
    width: calc(100% - 20px);
    height: 100%;
    position: relative;
    top:0;
    left: 50%;
    transform: translate(-50%);
}
.grid-container_new-product * .container-image {
    position: relative;
    width: 100%;
    height: 80%;
}

.grid-container_new-product *  img {
    position: absolute;
    top: 0;
    max-width: 100%;
    object-fit: contain;
}
.button-add-to-cart {
    background-color: var(--my-light-yellow-background);
    padding: 10px;
    border-radius: 30px;
    width: 220px;
    text-align: center;
}

.button-add-to-cart a {
    font-size: 20px;
    font-family: var(--my-font-header-title);
    text-align: center;
    text-transform: uppercase;
    color: var(--my-dark-pink-text);
}

.grid-container_new-product * .button-add-to-cart {
    position: absolute;
    bottom: 50px;
    left: 30px;
}
.grid-container_new-product * p {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: justify;
    font-size: 18px;
    color: var(--my-text-color);
    font-weight: 500;
}

.grid-container_new-product &gt; #img-shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
}

#products .flex-container_new-release {
    display: flex;
    flex-wrap: wrap;
}

.flex-container_new-release .flex-item-1{
    flex: 40%;
    position: relative;
}

.flex-container_new-release .flex-item-1 .container-image {
    width:calc(100% - 120px);
    height: calc(100% - 280px);
    position: absolute;
    top: 90px;
    right: 0;
}

.flex-container_new-release .flex-item-1 .container-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.flex-container_new-release .flex-item-1 .folder {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-container_new-release .flex-item-1 .folder p {
    font-size: 18px;
    color: var(--my-text-color-yellow);
}

.flex-container_new-release .flex-item-1 .f1 {
    position: absolute;
    bottom: 50px;
    left: 100px;
}
.flex-container_new-release .flex-item-1 .f2 {
    position: absolute;
    bottom: 50px;
    left: 230px;
}
.flex-container_new-release .flex-item-1 #img-medium-star {
    position: absolute;
    bottom: 175px;
    left: 35px;
    transform: rotateZ(45deg);
}

.flex-container_new-release .flex-item-2 {
    flex: 60%;
    position: relative;
}

.flex-container_new-release .flex-item-2 #img-medium-star{
    position: absolute;
    top: 90px;
    left: 20px;
}

.flex-container_new-release .flex-item-2 .article {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 55%;
}
.product * h3 {
    font-size: 30px;
    color: var(--my-dark-pink-text);
    font-family: var(--my-font-header-title);
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}
.product * h1 {
    font-size: 80px;
    color: var(--my-light-yellow-background);
    font-family: var(--my-font-header-title);
    text-transform: uppercase;
    text-align: center;
    -webkit-text-stroke: 1px var(--my-dark-pink-text);
}

.flex-container_new-release .flex-item-2 .article .text-box{
    position: relative;
    height: 190px;
}
.flex-container_new-release .flex-item-2 .article .text-box &gt; img, .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flex-container_new-release .flex-item-2 .article .text-box &gt; .text {
    width: 450px;
    height: 100px;
    text-align: center;
    padding: 10px;
}

.flex-container_new-release .flex-item-2 .article .text-box &gt; .text p{
    font-size: 18px;
    line-height: 1;
    color: var(--my-text-color);
    font-weight: 500;
}
.flex-container_new-release .flex-item-2 .article .button-add-to-cart {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.flex-container_new-release .flex-item-2 #img-shape-smile {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.flex-container_ball-of-sweets {
    display: flex;
    flex-wrap: wrap;
}

.flex-container_ball-of-sweets div.flex-item-1 {
    flex: 60%;
    position: relative;
}

.flex-container_ball-of-sweets div.flex-item-1 .article {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 50px);
    height: calc(100% - 300px);
}

.flex-container_ball-of-sweets div.flex-item-1 .article h1 {
    color: var(--my-light-pink-background);
    font-size: 110px;
}

.flex-container_ball-of-sweets div.flex-item-1 .article .text-box {
    width: 550px;
    height: 220px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-top: 30px;
}
.flex-container_ball-of-sweets div.flex-item-1 .article .text-box #img-frame-text-font {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.flex-container_ball-of-sweets div.flex-item-1 .article .text-box #img-frame-text-back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.flex-container_ball-of-sweets div.flex-item-1 .article .text-box &gt; .desc {
    position: absolute;
    top: 75%;
    left: 52%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: calc(100% - 75px);
    height: calc(100% - 80px);
}
.flex-container_ball-of-sweets div.flex-item-1 .article .text-box &gt; .desc p {
    font-size: 18px;
    font-weight: 500;
    color: var(--my-text-color);
    text-align: center;
}

.button-pink {
    background-color: var(--my-light-pink-background);
    padding: 10px;
    border-radius: 30px;
    width: 300px;
    text-align: center;
}

.button-pink a {
    font-size: 20px;
    font-family: var(--my-font-header-title);
    text-align: center;
    text-transform: uppercase;
    color: var(--my-light-yellow-background);
}

.flex-container_ball-of-sweets div.flex-item-1 .article .text-box &gt; .button-pink {
    position: absolute;
    z-index: 1;
    bottom: -20px;
    right: 105px;
}

.flex-container_ball-of-sweets div.flex-item-2 {
    flex: 40%;
    position: relative;
}

.flex-container_ball-of-sweets div.flex-item-2 .container-image {
    width: calc(100% - 50px);
    position: absolute;
    top: 150px;
    left: 20px;
}

.flex-container_ball-of-sweets div.flex-item-2 .container-image img {
    max-width: 100%;
    object-fit: contain;
}

.flex-container_ball-of-sweets div.flex-item-2  #img-shape-1 {
    position: absolute;
    bottom: 80px;
    right: 0;
}

.order div.order-title {
    width: 100%;
    height: 30%;
    padding: 50px;
    line-height: 3;
}

.order div.flex-container {
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.order div.flex-container div {
    width: calc((100% / 3) - 100px);
    height: calc(100% - 100px);
    position: relative;
}

.order div.flex-container div &gt; .circle-container{
    width: 350px;
    height: 350px;
    background-color: var(--my-light-yellow-background);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.order div.flex-container div &gt; .circle-container #img-shape-list{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.order div.flex-container div &gt; p {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--my-dark-pink-text);
    text-align: justify;
}

.reviews {
    height: 700px !important;
}

.reviews .reviews-header {
    width: 100%;
    height: 25%;
    position: relative;
}
.reviews .reviews-header h1 {
    color: var(--my-light-pink-background);
    -webkit-text-stroke: 1px var(--my-dark-pink-text);
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 70px;
}

.reviews .reviews-header #img-medium-star {
    position: absolute;
    top: 10px;
    left: 10px;
}

.reviews .reviews-header #img-shape-1 {
    position: absolute;
    bottom: 30px;
    right: 0px;
}
.reviews .reviews-header #img-shape-smile {
    position: absolute;
    bottom: 0;
    right: 200px;
}

.reviews .reviews_grid-container{
    width: 100%;
    height: 75%;
    display: grid;
    grid-template-areas: 'item1 item2' 'item3 item4';
    grid-template-columns: 41% 41%;
    grid-template-rows: 150px 150px;
    gap: 80px;
    padding: 10px 0;
    justify-content: center;
    align-content: center;
    position: relative;
}

.reviews .reviews_grid-container .grid-item-1 {grid-area: item1;}
.reviews .reviews_grid-container .grid-item-2 {grid-area: item2;}
.reviews .reviews_grid-container .grid-item-3 {grid-area: item3;}
.reviews .reviews_grid-container .grid-item-4 {grid-area: item4;}

.reviews .reviews_grid-container &gt; div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.reviews .reviews_grid-container div &gt; h3 {
    line-height: 1;
    text-align: left;
    padding: 10px 0;
}

.reviews .reviews_grid-container div &gt; p {
    font-size: 18px;
    font-weight: 500;
    color: var(--my-dark-pink-text);
    text-align: justify;
}

.reviews .reviews_grid-container #img-medium-star {
    position: absolute;
    bottom: 10px;
    right: 50%;
}

#blogs {
    width: 100%;
    height: 980px;
    background-color: var(--my-light-pink-background);
    display: grid;
    grid-template-areas: 
    'item1 item1'
    'item2 item3'
    'item4 item5';
    grid-template-columns:repeat(2, 520px);
    grid-template-rows: 150px repeat(2, 320px);
    gap: 50px 0;
    justify-content: space-evenly;
    align-content: center;
}

#blogs div.grid-item-1 {grid-area: item1;}
#blogs div.grid-item-2 {grid-area: item2;}
#blogs div.grid-item-3 {grid-area: item3;}
#blogs div.grid-item-4 {grid-area: item4;}
#blogs div.grid-item-5 {grid-area: item5;}

#blogs div.blog {
    width: 100%;
    height: 100%;
}
#blogs div.grid-item-1 &gt; h1{
    font-size: 90px;
    font-family: var(--my-font-header-title);
    text-transform: capitalize;
    color: var(--my-light-yellow-background);
    -webkit-text-stroke: 1px var(--my-dark-pink-text);
    text-align: center;
}
#blogs div.blog &gt; div.container-image{
    width: 100%;
    height: 70%;
    position: relative;
}
#blogs div.blog &gt; div.container-image &gt; #khung {
    position: absolute;
    top: 0;
    left: 0;
}  

#blogs div.blog &gt; div.container-image &gt; #img {
    position: absolute;
    top: 22px;
    left: 5px;
    z-index: 1;
}  

#blogs div.blog &gt; .desc-blog {
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#blogs div.blog &gt; .desc-blog &gt; .content {
    flex: 60%;
    height: 100%;
}

#blogs div.blog &gt; .desc-blog &gt; .content &gt; h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: var(--my-font-header-title);
    color: var(--my-dark-pink-text);
    padding: 10px 0;
}

#blogs div.blog &gt; .desc-blog &gt; .content &gt; p {
    font-size: 18px;
    font-weight: 500;
    color: var(--my-dark-pink-text);
}

.read-blog {
    padding: 20px;
    flex: 35%;
    background-color: var(--my-light-yellow-background);
    border-radius: 60px;
    text-align: center;
    height:60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.read-blog a {
    font-size: 18px;
    font-family: var(--my-font-header-title);
    text-transform: uppercase;
    color: var(--my-dark-pink-text);
}

#contact {
    width: 100%; 
    height: 420px;
    background-color: var(--my-light-yellow-background);
    position: relative;
}

#contact &gt; div.content {
    width: 70%;
    height: calc(100% - 100px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#contact &gt; div.content h1 {
    font-size: 80px;
    text-transform: uppercase;
    font-family: var(--my-font-header-title);
    color: var(--my-dark-pink-text);
    text-align: center;
    padding: 20px 0;
}

#contact &gt; div.content p {
    font-size: 18px;
    color: var(--my-dark-pink-text);
    text-align: center;
    width: 70%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

#contact &gt; div.content input[type=text] {
    width: 400px;
    height: 50px;
    border: 3px solid var(--my-light-pink-background);
    background-color: var(--my-light-yellow-background);
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%);
}
#contact &gt; div.content input::placeholder {
    font-size: 18px;
    font-family: var(--my-font-text);
    color: var(--my-light-pink-background);
    padding: 10px;
}

#contact &gt; div.content .view-collection {
    width: 300px;
    height: 40px;
    background-color: var(--my-light-pink-background);
    border-radius: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

#contact &gt; div.content .view-collection a {
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--my-font-header-title);
    color: var(--my-light-yellow-background);
}

#contact &gt; #img-shape-smile {
    position: absolute;
    top: 100px;
    left: 30px;
    width: 100px;
    height: 100px;
}

#contact &gt; #img-medium-star-1 {
    position: absolute;
    bottom: 60px;
    left: 200px;
}

#contact &gt; #img-medium-star-2 {
    position: absolute;
    top: 70px;
    right: 180px;
    transform: rotateZ(45deg);
}

#contact &gt; #img-shape-1 {
    position: absolute;
    bottom: 60px;
    right: 0;
}

footer {
    width: 100%;
    height: 530px;
    background-color: var(--my-light-pink-background);
    position: relative;
}

footer .flex-container {
    width: calc(100% - 240px);
    height: 60%;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .flex-container &gt; div {
    width: calc(100% / 3 - 60px);
    height: 100%;
}

footer .flex-container &gt; div &gt; h3{
    font-size: 20px;
    font-family: var(--my-font-header-title);
    color: var(--my-dark-pink-text);
    text-transform: uppercase;
    padding: 20px 0;
}

footer .flex-container &gt; div.flex-item-1 #list-left {
    float: left;
    width: 60%;
}
footer .flex-container &gt; div.flex-item-1 #list-right {
    float: left;
    width: 40%;
}

footer .flex-container &gt; div &gt; ul li{
    padding: 10px 0;
}

footer .flex-container &gt; div &gt; ul li a {
    font-size: 18px;
    font-weight: 500;
    color: var(--my-light-yellow-background);

}

footer .flex-container &gt; div.flex-item-2 p {
    font-size: 18px;
    font-weight: 500;
    color: var(--my-light-yellow-background);
    padding: 10px 0;
}

footer .flex-container &gt; div.flex-item-2 &gt; input {
    width: 100%;
    height: 50px;
    border: 3px solid var(--my-light-yellow-background);
    background-color: var(--my-light-pink-background);
}
footer .flex-container &gt; div.flex-item-2 &gt; input::placeholder {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--my-font-text);
    color: var(--my-light-yellow-background);
    padding: 10px;
}
footer .flex-container &gt; div.flex-item-2 &gt; .subscribe {
    width: 200px;
    height: 40px;
    background-color: var(--my-light-yellow-background);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

footer .flex-container &gt; div.flex-item-2 &gt; .subscribe a {
    font-size: 15px;
    text-transform: uppercase;
    font-family: var(--my-font-header-title);
    color: var(--my-dark-pink-text);
}

footer &gt; p{
    position: absolute;
    bottom: 50px;
    left: 120px;
    color: var(--my-light-yellow-background);
    font-size: 18px;
    font-weight: 500;
}

footer &gt; p &gt; a {
    color: var(--my-dark-pink-text);
}

footer &gt; ul {
    width: 150px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    bottom: 50px;
    right: 120px;
}</pre></body></html>