body {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.container {
    max-width: 608px;
    text-align: center;
    margin: auto;
}
.logo, .map {
    width: 100%;
}
h1, h2 {
    font-size: 25px;
}
p {
    font-size: 18px;
}
.row {
    display: block;
}
.column {
    flex: 100%;
    text-align: center;
}
.red {
    color: red;
}