body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

div {
    padding: 10px;
    /* border: 1px solid #ccc; */
}

button {
    background-color: #00364a;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

#header {
    background-color: #00364a;
    color: white;
    padding: 0;
    margin: 0;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
}

#header .logo {
    height: 50px;
}

#footer {
    background-color: #00364a;
    color: white;
    text-align: center;
    padding: 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}

#what-is-this {
    margin-bottom: 20px;
    font-size: 18px;
    color: #00364a;
    cursor: pointer;
    text-decoration: underline;
    text-align: center;
}

#what-is, #show-user-ID, #buttons, #share-link, #demo, #slb {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}

#get-location {
    background-color: green;
}

#stop-tracking {
    background-color: red;
}

.show {
    display: block;
}

.hide {
    display: none;
}