body {
    font-family: cursive;
    background-color: yellow;
    text-align: center
}
h1 {
    color:blue;
}
h2 {
    color:blue;
}
button {
    background-color: blue;
    height: 75px;
    width:75px;
    border-radius: 300px;
}

p {
    color:blue;
    font-family: cursive;
    font-size: 20px;
}
#timeParagraph {
    display:none;
}
#lol {
    display:none;
}