body {
    background-image: url("images/eller.jpg");
    background-position: center; 
    background-repeat: no-repeat;  
    font-family: 'Dancing Script', cursive;
}

h1 {
    margin: 20px auto 0 auto;
    padding: 0;
    text-align: center;
    font-size: 28px;
    max-width: 90%;
    word-wrap: break-word;
}

.BF {
    margin-top: 25px;
    font-size: 35px;
}

.heart {
    color: red;
    font-size: 40px;
}

.alt-button {
    position: fixed;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 24px;
    background-color: #f08080;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: background-color 0.3s;
}

.alt-button:hover {
    background-color: #e51717;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: rgb(0, 21, 255);
    padding: 1px 0;
    font-size: 20px;

}
