body {
    font-family: 'San Francisco', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    padding: 0 20px 40px 20px;
}
h1 {
    border-bottom: 1px solid #d0d0d0;
    text-align: center;
    color: #89CFF0;
}
h2 {
    margin-bottom: 10px;
    color: #9b9b9b;
}
p { font-size: 1.2em; }
#map {
    width: 400px;
    height: 400px;
    margin: 10px;
}
#rightFrame { float: right }
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f9f9f9;
    padding: 10px 0;
    text-align: center;
}
.footer-links {
    color: #333;
    text-decoration: none;
    margin: 0 10px;
}

.applink {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    margin-top: auto;
    padding: 20px 0;
}

.applinkbox {
    padding: 10px;
    border-radius: 8px;
}

.applinkIconIOS {
    width: 246px; height: 82px; vertical-align: middle; object-fit: contain;
}

.applinkIconAndroid {
    width: 246px; height: 82px; vertical-align: middle;
}