*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    width: 100%;
    height: 100vh;
    padding: 0;
    border: 0;
    font-family: 'Courier New', Courier, monospace;
}

.select-div{
    display: flex;
    justify-content: center;
    align-items: center;

}

.select{
    position: fixed;
    z-index: 999;
    top: 0;
    padding: 8px 0;
    border: 5px;
    
}

#map{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  
}

.options-button{
    position: fixed;
    height: fit-content;
    z-index: 999;
    left: 10px;
    top: 100px;
    width: 30px;
 

}

.options-button button{
    width: 100%;
    padding: 2px;
    text-align: center;
    margin: 10px 0;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 2px;
}

.options-button button img{
    width: 100%;
}

.container{
    z-index: 999;
}

.modal{
    z-index: 999;
}



.modal-backdrop {
    z-index: 1040 !important;
}

.flag-div{
    width: 100%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.images-div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

html, body {
    margin: 0;
    padding: 0;
}
  
#map {

    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}
  
#selectContainer {
    position: fixed;
    top: 0;
    z-index: 500;
    width: 100%;
    display: flex;
    height: fit-content;
    margin: 1px auto;
  
}

#countrySelect{
    width: 200px;
    margin: 10px auto;
}

.icon{
    width: 30px;
}
  

.info-div div{
    width: 100%;
}

.info-div h5{
    width: 100%;
    text-align: left;

}

.info-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0; 
    text-align: left;
    gap: 20px;

}

.weather-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
