body {
    margin: 0;
    left: 0;
    background-color: hsl(0 0% 0%);
    font-family: sans-serif;
}


#top_overlay_loading{
    z-index: 100;
    position: absolute;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    color: white;
}
#map {
    height: 100vh;
    width: 100%;
}

#search {
    padding: 1rem;
    width: 20rem;
    display: flex;
    flex-direction: column;
}
#search input:focus{
    outline: none;
}
#search input{
    border: none;
    padding: 0.5rem;
    background-color: hsl(0 0% 95%);
    border-radius: 0.25rem;
    color: hsl(45, 100%, 50%);
    background-color: hsl(0 0% 10%);


}
.search-bottom-info{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(0 0% 3%);
    padding: 1rem;
    border-radius: 1rem;
    color: hsl(0 0% 90%);
}
.search-bottom-info p{
    font-size: 0.9rem;
    
}
.search-bottom-info p:hover{
    color:  hsl(45, 100%, 50%);
}
#search-output{
    margin-top: 0.5rem;
    padding: 0.1rem;
    
}
#found-output{
    display: grid;
    grid-template-rows: 0.5fr 2fr 1fr;
}
#found-output i{
        font-size: 2rem;
}
#search-output p{
    background-color: hsl(0 0% 5%);
    padding: 0.25rem;
    border-radius: 0.25rem;
    color:  hsl(216, 80%, 35%);
}


        search {
            padding: 1rem;
            margin: 0;
            left: 0;
            background: linear-gradient(90deg, #193652, #1f4c77);
        }

        search-input {
            border: solid 1px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: row;
            max-width: 300px;
            border-radius: 1rem;
            background-color: #13293D;
            padding: 1rem;
        }

        search-input i {
            color: hsl(0 0% 95%);
        }

        input {
            font-weight: bold;
            color: hsl(0 0% 100%);
            appearance: none;
            padding-left: 1rem;
            padding-right: 2rem;
            background-color: transparent;
            border: none;
        }

        input:focus {
            outline: none;
        }

        #image-display {
            width: 100%;
            max-height: 300px;
            aspect-ratio: 16 /9;
        }

        select {
            padding: 1rem;
            background-color: transparent;
            border: none;


        }

        search-output p {

            background-color: #193652;
            color: hsl(0 0% 90%);
            padding: 1rem;

        }

#overlay {
   display: none;
   flex-direction: row;
}