body {
    background-color: beige;
    /* background:linear-gradient(white, beige); */
    /* overflow: hidden; */
    font-size: 1.25rem;
    height: 100%;
    overflow-y: hidden;
}

input, a {
    color: olive;
    text-decoration: none;
}

.center {
    text-align: center;
}

.footer {
    width: 100%;
    bottom: 1.5rem;
    position: fixed;
}

.scribble {
    position: relative;
    display: grid;
    width:auto;
    height:38.55rem;
    top: -12px;
    left: -8px;
}

.flower {
    display: grid;
    width: auto;
    height: 18rem;
    text-align: right;
    position: fixed;
    bottom: 0rem;
    right: -2rem;
}
  
.overlay-text {
    width: 100%;
    padding: 10px 20px; 
    text-align: center;
    position: fixed;
    top: 5%; 
}