*{
    margin: 0;
    padding: 0;
}
body{
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #CBC3E3;
    background-position: center;

}
.tulip{
    width: 450px;
    height: 400px;
    display: flex;
}

.wrapper{
    margin: 0 auto;
    display: flex;
    text-align: center;
}
.wrapper p1{
    font-size: 36px;
    text-align: center;
    display: center;
}
.daisy{
    width: 450px;
    height:400px;
    display: flex;
}
.roses{
    width: 450px;
    height: 400px;
    display: flex;
}

.sk{
    display: center;
    text-align: center;
    font-size: 50px;
}