body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

#map {
    height: 100%;
    width: 100%;
}

.title-bar {
    position: absolute;
    top: 15px;
    left: 20%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.393);
    color: #1b034b;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    z-index: 1000;
}

.title-bar .logo {
    height: 30px;
    margin-right: 10px;
}

.search-box {
    position: absolute;
    top: 20px;
    right: 20px;
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

#search-input {
    border: none;
    outline: none;
    width: 200px;
    padding: 5px;
}
