*{
    padding: 0;
    margin: 0;
}
main{
    min-height: calc(100vh - 140px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background: url('../images/blank-image-billboard-with-metal-frame-pink-background.jpg');
    background-size: cover; /* Cover the entire viewport */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat;
    background-attachment: fixed; /* Fixed background scrolling */
}