body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    max-width: 650px;
    
    margin: 5vh auto; 
    
    padding: 0 1rem; 
    
    color: #333;
    
    font-size: 1.05rem;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
}

/*
a, button {
    min-height: 44px;
    min-width: 44px;
    display: inline-block;
}
*/