html,
body,
#map {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.content-wrapper {
    position: relative;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 100vh;
    min-height: 100vh;
    width: 100%;
    max-width: 100vw;
}

.search-container {
    border: 1px solid black;
    height: 100px;
    /* flex: wrap;
    flex-shrink: 2px; */
    width: 300px;
    float: left;
    margin: 20px;
    padding: 10px;
    z-index: 1;
    position: relative;
    background-color: #5490b3;
    margin-left: 65px;
    /* opacity: .50; */
    align-items: center;
    justify-content: center;
}

.btn {
    margin-top: 10px;
}

.weatherdata{
    border: 1px solid black;
    background-color: #5490b3;
    /* opacity: .50; */
    z-index: 2;
    float: right;
    position: relative;
    margin-right: 65px;
    margin: 20px;
    height: 300px;
    width: 275px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

#temp-text {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 10px;
}

.radius-options {
    padding-top: 10px;
}

#searchButton {
    background-color: lightblue;
    border: 1px darkblue;
    color: white;
    padding: 15px 32px;
}