.header{
    background-color: #085215;
    height: 60px;
    padding: 30px 40px;
    font-size: 40px; color: #F5F9E5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 4px 10px #313131;
}
.logo{
    display: flex;
    align-items: center;
    gap: 20px;
}

.tilt-warp{
  font-family: "Tilt Warp", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "XROT" 0,
    "YROT" 0;
}

body{
    background-color: #DEE6DA;
}

.text{
    font-size: 25px;
    color: #085215;
    font-family: "Tilt Warp", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings:
    "XROT" 0,
    "YROT" 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1{
    font-size: 30px;
}

.flower{
    margin: 50px; padding: 50px;
    background-color: #93CC9D;
    border-radius: 0px 30px 30px 30px;
    box-shadow: 15px 15px 20px #04310c57;
}

.sunflowers{
    display: flex;
    background-color: #93CC9D;
    gap: 60px;
    justify-content: center;
}

.lilies{
    display: flex;
    background-color: #93CC9D;
    gap: 60px;
    justify-content: center;
}

.peonies{
    display: flex;
    background-color: #93CC9D;
    gap: 60px;
    justify-content: center;
}

.button{
    background-color:#F5F9E5;
    color: #FBAF00;
    display: flex;
    justify-content: center;
    width: 200px;
    padding: 10px; margin: 40px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 4px 10px #737373b4;
}
