body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f8f9fa;
}
.card {
    width: 100%;
    max-width: 400px;
}


.search-container {
    width: 100%;
    max-width: 600px;
    text-align: center;
}

.search-input {
    width: calc(100% - 60px);
}

.search-button {
    width: 50px;
}

.search-bar {
    display: flex;
    justify-content: center;
}

.search-logo {
    width: 150px;
    margin-bottom: 20px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f1f1f1;
    text-align: center;
    padding: 20px;
}
