body {
    background-color: #f8f9fa;
}

.card {
    border: none;
    border-radius: 10px;
}

.card-body {
    padding: 30px;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.list-group-item {
    margin-bottom: 10px;
    padding: 15px;
}

body {
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Ensure the footer stays at the bottom */
}

.card {
    border: none;
    border-radius: 10px;
}

.card-body {
    padding: 30px;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.list-group-item {
    margin-bottom: 10px;
    padding: 15px;
}
header {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.site-title{
    color: #007bff;
}

.emoji {
    font-size: 3rem;
}

main {
    flex: 1; /* Allow the main content to take up available space */
}

footer {
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1); /* Add a shadow to the top of the footer */
}
footer a{
    color: #007bff;
    margin: 10px;
}

.copy-btn{
    display: inline-flex;
    align-items: center;
}

