.text-hours {
   
    color: purple;
}
.text-minutes {
    color: orange;
}
.text-seconds {
    color: orangered;
}

.clock span{
    font-size: 160px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block; /* Display spans as inline-block */
    margin: 0; /* Remove any default margins */
    padding: 0; /* Remove any default paddings */
}
.zipcodeinfo {
    position: absolute; 
    margin-left: 10px;
    bottom: 0%;
}
.clock {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap; 
}


#map {
    height: 100vh; /* Set a fixed height */
    width: 100%; /* Use the full width of the container */
    z-index: -1;
}

body {
    margin: 0;
    padding: 0;
    height: 100vh;
}

.link {
    width: 100%;
    height: 100vh;
    z-index: 0;
}