*{
    height: 100dvh;
    background-color: #ffaed7;
    padding: 0;
    margin: 0;
}

.cookie-regular {
  font-family: "Cookie", cursive;
  font-weight: 400;
  font-style: normal;
}

#s1{
    position: relative;
    z-index: 1;
    width: 100%;   
    background-color: #ffffff;
    border-bottom-right-radius: 90%;
    border-bottom-left-radius: 90%;
    height: 80%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: baseline;

}
#logodiv{
    height: 200px;
    margin-top: 20px;
}
#logo{
    background-color: #ffffff;
    height: 200px;
    width: 500px;
    object-fit: cover;
}
.content{
    background: none;
}
#t1{
    font-family:  "Cookie", cursive;
    font-size: 450%;
     -webkit-text-fill-color: #ffaed7;
    background: none;
    height: 10%;
}
#imgs{overflow: hidden;
    margin-top: 12px;
    border-bottom-left-radius:80%;
    border-bottom-right-radius:80%;
    border-top-right-radius:100%;
    border-top-left-radius:100%;
    height: 40%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content:center;
}
#Bag{
    background: none;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    padding-right: 35px;
    height: 400px;
    width: 300px;
    object-fit: cover;
}#Bracelet{
    background: none;
    border-radius: 40%;
    padding-left: 35px;
    padding-right: 35px;
    height: 400px;
    width: 300px;
    object-fit:cover;
}#Crochetflower{
    background: none;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    padding-left: 35px;
    height: 400px;
    width: 300px;
    object-fit: cover;
}
#button{
    z-index: 2;
    font-family:  "Cookie", cursive;
    font-size: 250%;
    -webkit-text-fill-color: #ffffff;
    height: 10%;
    width: 16%;
    border-radius: 50px;
    border-width: 0px;
    background-color: #ff77bc;
    margin-top: 15px;
    margin-bottom: 15px;
}
#button:hover{
    transition:0.5s;
    height: 13%;
    width: 17%;
}
#d0{
    position: absolute;
    top: 20px;
    background: none;
    border-width: 30px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-style: dashed;
    border-bottom-right-radius: 90%;
    border-bottom-left-radius: 90%;
    border-color: #ffffff;
    height: 80%;
    width: 100%;
    align-items: center;
}