* {
    box-sizing: border-box;
}

body {
    background: #a3bb80;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

h1 {
    font-family: cursive;
    color: #f7ced9;
    font-size: 60px;
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
    text-decoration: dotted underline;
    text-decoration-color: #5e7143;
}

h2 {
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #5e7143;
    text-align: center;
    font-size: 30px;
    margin-top: 5px;
}

p {
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #5e7143;
    text-align: center;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 7px;
}

.flowers {
    position: absolute;
    width: 100px;
    height: 100px;
    margin:50px;
    column-count: 2;
    column-span: 50px;
    z-index: 1;
}

.button {
    display: flex;
    justify-content: center;
    color: #f7ced9;
}

.ribbon1 {
    position:relative;
    right:-700px;
    bottom:10px;
    display:none;
    z-index: 100;
}

.ribbon1.reveal {
    display:block;
}

.ribbon2 {
    position:relative;
    right:-700px;
    bottom:10px;
    display:none;
    z-index: 100;
}

.ribbon2.reveal {
    display:block;
}

.ribbon3 {
    position:relative;
    right:-700px;
    bottom:10px;
    display:none;
    z-index: 100;
}

.ribbon3.reveal {
    display:block;
}

.hidden {
    display: none;
}

#pinkItem, #yellowItem, #blueItem {
    z-index: 10;
    position: absolute;
}
