.btn-info {
        @apply text-white bg-white border-2 border-green-500;
    }

    .fa-map-marker-alt,
    .fa-dot-circle,
    .fa-directions {
        @apply text-green-500;
    }

    /* Jumbotron */
    .jumbotron {
        @apply bg-transparent p-10;
    }

    .jumbotron h1 {
        @apply tracking-wide text-5xl;
    }

    .jumbotron h1,
    .jumbotron p {
        @apply text-center;
    }

    /* Map */
    #googleMap {
        @apply w-4/5 h-96 mx-auto my-10;
    }

    /* Output Box */
    #output {
        @apply text-center text-4xl my-20;
    }

    .output-message {
        @apply bg-green-500 text-white p-4 mb-10 rounded;
    }