#map {
    height: 100%;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

#location{
    padding: 10px 25px;
}

.titleMain{
    text-align: center;
}

.wrapper{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.inputTwoCol{
    display: flex;
    column-gap: 10px;
    width: 100%;
}

input{
    width: 100%;
    height: 38px;
    padding: 2px 8px;
    border-color: lightgray;
    margin: 6px 0;
}

.inputFull{
    width: 100%;
}

.buttonStyle1{
    width: 240px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: darkcyan;
    color: #fff;
    border: 0;
    outline: 0;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 3px;
}

.oneButton{
    background-color: #000;
    margin-top: 8px;
    margin-bottom: 20px;
}

.textareaOne{
    height: 130px;
    margin-top: 8px;
    padding: 8px;
}