html 
{
  font-size: 16px;
  position: relative;
  min-height: 100%;
}
body 
{
    margin-bottom: 60px;
}
.penske-red
{
    color: #B4101C;    
}
.page-content
{
    max-width: 600px;
    width: 100%;
    margin: auto;
    padding: 10px;
    border: 2px solid #B4101C;
    border-radius: 5px;
}
@media only screen and (max-width: 600px)
{
    .page-content
    {
        max-width: 99vw;
        min-width: 320px;
    }
}