/* Basic navbar styling */
.bus_location {
    border-style: solid;
    border-color: blue;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 100%;
    max-height: auto;
}

.wrapper {
    text-align: center;
}
.align_button {
    position: relative;
    top: 50%;
    background-color: #00FFFF;
    border: none;
}