body {
    background: #000;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

canvas {
    z-index: -1;
}

.locationInput {
    position: absolute;
    z-index: 10;
    top: 3vh;
    left: 2vw;
    border: red;
    background: transparent;
    outline: none;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;

    color: white;
}

input {
    border: red;
    background: transparent;
    outline: none;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    padding-top: 5px;
    color: white;
}
