#outermap {
    background-color: #FFE69A;
    overflow-x: hidden;
    position: fixed;
    height: 96%;
    z-index: 1;
    width: 40%;
    left: 20px;
    top: 2%;
    border-radius: 5px;
    box-shadow: 3px 4px 3px lightgrey;
    transition: 0.1s;
    overflow: hidden;
    margin: 0;
}

#outermap:hover {
    box-shadow: 6px 8px 6px lightgray;
    transition: 0.1s;
}

#mapa-logo {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-left: 0px;
    font-size: 40px;
    letter-spacing: 5px;
    font-family: 'Roboto Mono', monospace;
}

#left-column {
    display: inline-block;
    margin-top: 0;
    padding-top: 0;
    width: 30%;
    height: 100%;
    vertical-align: top;
}
#right-column {
    display: inline-block;
    width: 69%;
    height: 100%;
}

#map {
    top: 2%;
    height: 96%;
    border: none;
    margin-right: 20px;
    border-radius: 5px;
}

#coordbox {
    bottom: 20px;
    height: 81%;
    /* background-color: green; */
    margin: 0;
    text-align: center;
}
.coordspace {
    margin: 0;
    padding: 20px;
    height: 50%;
    /* background-color: red;
    border-color: black;
    border-width: 5px;
    border-style: solid; */
}

.coordtext {
    width: 100%;
    margin-top: 100px;
    display: inline-block;
    text-align: center;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

#longitude .coordtext {
    margin-top: 20px;
}

.coord-main {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 45px;
}

.coord-aux {
    margin: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.copy {
    border: none;
    margin-top: 20px;
    background-color: #FFE69A;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    background-color: #FFD24C;
    padding: 5px;
    transition: 0.2s;
    border-radius: 2px;
}

.copy:hover {
    box-shadow: 2px 3px 2px darkgray;
    background-color: #92B4EC;
    transition: 0.2s;
}