#map {
    min-width: 200px;
    width: 90%;
    min-height: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

#about-section {
    min-width: 200px;
    min-height: 200px;
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 10px;
}

#about-section p {
    font-size: 20px;
    margin-bottom: 20px;
}