body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #fdf6e3;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #657b83;
}
.flower {
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
}
.flower-petals {
    stroke: #d33682;
    fill: #fbbedf;
}
.flower-center {
    stroke: #b58900;
    fill: #fcf4a3;
}
.flower-stem {
    stroke: #859900;
}
.flower-leaves {
    stroke: #859900;
    fill: #c5d37c;
}
h1 {
    font-weight: 300;
    letter-spacing: 2px;
}
