.Header__navbar {
    display: fixed;
    justify-content: flex-end; /* Aligns items to the right */
 bottom: 0;
}
.Header__navbar {
    height: 400px; /* Adjust the height */
    padding: 20px 0; /* Increase padding */
    background-color: #f8f9fa; /* Optional: Adjust background */
}

.Header__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

.Header__menuList {
    font-size: 30px; /* Increase menu font size */
}

.Header__searchSection {
    height: 100px; /* Increase height */
    padding: 10px 0; /* Increase padding */
    text-align: center;
    background-color: #ffffff; /* Optional: Background color */
}

.Header__searchTitle {
    font-size: 36px; /* Increase title size */
    font-weight: bold;
}

.Header__description {
    font-size: 18px;
    color: #666;
}

