h1 {
    font-size: 48px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    font-family: tahoma;
    text-align: center;
}

body {
    background-image: url('background.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
}

.div1 {
    position: relative;
    width: 100%;
    height: 100%;
}

.left-flower {
    z-index: 1;
    position: absolute;
}

@media (max-width:799px) {
    .left-flower {
        width: 100%;
    }
}

.right-flower {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}

@media (max-width:799px) {
    .right-flower {
        width: 100%;
    }
}

.div2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    position: relative;
    padding-top: 208px;
    padding-bottom: 200px;
}

@media (max-width:999px) {
    .div2 {
        padding-bottom: 318px;
    }
}

.div3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

h1 {
    text-align: center;
}

.bold {
    font-size: 24px;
    line-height: 47px;
    font-weight: bold;
}

p {
    width: 50%;
    font-size: 20px;
    line-height: 37px;
}

@media (max-width:999px) {
    p {
        width: 80%;
    }
}

@media (max-width:799px) {
    .image {
        overflow: hidden;
        width: 98%;
        display: flex;
        justify-content: center;
    }
}