*{
    margin:0;
    padding:0;
/* box-sizing: border-box; */
}
/* .leaflet-container {
width: 100%;
height: 65vh;
} */

#hero {
    background-image: url('../imgs/pattern-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 33vh;
}

h1 {
    color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;

}
#user-info {
    margin: auto;
    width: 80vw;
}
#search-button {
    background-color: hsl(0, 0%, 17%)
}

#mapid { 
    height: 63vh; 
}
.user-data {
    background-color: white;
    height: 15vh;
    /* border:  */
    /* display: flex;
    align-items: center; */
}
#user-info h3 {
    color: hsl(0, 0%, 59%);
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

#user-info p {
    color: hsl(0, 0%, 17%);
    font-family: 'Rubik', sans-serif;
    font-size: x-large;
    font-weight: 500;
}
#ip-address {
    border-radius: 15px 0 0 15px ;
    border-right: 2px solid hsl(0, 0%, 59%);
    
}
#user-timezone {
    border-left: 2px solid hsl(0, 0%, 59%);
}
#user-isp {
    border-radius: 0 15px 15px 0;
    border-left: 2px solid hsl(0, 0%, 59%);
}