body {
    background-color: #dbb6a7;
}

#intro {
    margin-top: 1rem;
    text-align: center;
    font-size: 4.5rem;
    color: #d42929;
    margin-bottom: 2rem;
}

#map {
    height: 30rem;
    margin-left: 4rem;
    margin-right: 4rem;
    border: #d42929 solid 10px;
    border-radius: 40px;
}

.content {
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.location-track {
    margin-top: 2rem;
    margin-right: 4rem;
    margin-left: 4rem;
    display: flex;
}

#location {
    font-size: 26px;
    border-radius: 10px;
}

#location-button {
    font-size: 30px;
    border-radius: 10px;
}

/* Custom styles for the Leaflet search control */
.geosearch input {
    font-size: 1.5em; /* Increase font size */
    height: 2.5em; /* Increase input height */
    padding: 0.5em; /* Adjust padding for better appearance */
    border-radius: 10px; /* Add border radius */
    border: 2px solid #ccc; /* Add border color */
}

