body {
    background-color: #FCF2F8;
}

.btn-file {
    position: relative;
    overflow: hidden;
    margin: 10px;
    background-color: #F7A9D6;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
    outline: none;
    background: #fff;
    cursor: inherit;
    display: block;
    background-color: #F7A9D6;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

button {
    background-color: #F7A9D6;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.flex {
    display: flex;
    text-align: center;
    padding: 15xp 32xp;
    margin: 10px;
}

.down {
    display: flex;
    align-content: center;
}

div {
    padding: 15xp 32xp;
    margin: 10px;
}

.center {
    text-align: center;
    padding: 15xp 32xp;
    margin: 10px;
}

pre {
    font-size: 25px;
}

h1 {
    color: #A02671;
}

#mapid {
    opacity: 1;
    height: 500;
    width: 100%;
}

.map {
    position: relative;
    width: 35%;
    height: 350px;
    background-color: #FCF2F8;
    margin: 1% 0 0 1%;
}