* {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
}

h1, h2 {
    font-family: 'Style Script', cursive;
    text-align: center;
    background: linear-gradient(to bottom, #cfc09f 8%,#634f2c 24%, #cfc09f 26%, #cfc09f 27%,#ffecb3 40%,#3a2c0f 78%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	position: relative;
	font-weight: 400;
}

h1 {
    font-size: 5rem;
    letter-spacing: 6px;
    margin: auto;
}

h2 {
    font-size: 3rem;
    letter-spacing: 4px;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.row {
    margin-top: 300px;
}

.date-h {
    letter-spacing: 6px;
}

.bg-flowers-tr::before {
    content: url("../images/flowers_tr.png");
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.bg-flowers-bl::before {
    content: url("../images/flowers_bl.png");
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
