body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.content {
    background-color: transparent;
    margin: 0;
    padding: 10px;
}

.content h1 {
    letter-spacing: 2.5px;   
    text-align: center;
}

#googleMap {
    width: 100%;   
    height: 400px;
    margin: 10px auto;
}

#output {
    text-align: center;
    font-size: 2em;
    margin: 20px auto;
}

.btn {
    margin: 1rem 0;
}