* {
    margin: 0;
    padding: 0;
    font-family: cursive;
    font-size: large;
    text-align: center;
    background-color: pink;
    /* Add the linear gradient overlay to darken the lower part of the background */
}

 
.header {
    padding-top: 120px;
}

.button {
    display: inline-block;
    padding: 0; /* Set the padding to 0 */
    border: 0; /* Hide the border */
    background-color: transparent; /* Make the background transparent */
    color: #333;
    text-decoration: none;
    font-size: xx-large; /* Increase the font size */
    margin-top: 50px;
}
