.custom-button {
    background-color: #ff6f61;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s ease;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: fit-content;
    color: #ffffff; 
}

.custom-button:hover {
    background-color: #ff3b2f;
    color: #ffffff;
    text-decoration: none;
}

.custom-button:visited {
    color: #ffffff !important;
}

.navbar-brand img {
    width: auto;
    height: 100%; 
    border-radius: 50%;
}

#footer {
    padding: 1rem;
}

#footer p {
    margin: 0;
    padding: 0 0 5px;
    line-height: 1.2;
}
