html{
    font-size: 62.5%;
}
body{
    color: #444;
}
#wrap{}
.container{
    width: calc(100% - 20px);
    max-width: 980px;
    margin: 0 auto;
}
header{}
header h1{
    padding: 40px 0;
    text-align: center;
    font-family: sans-serif;
    letter-spacing: 0.5rem;
    text-indent: 0.5rem;
    transform: scale(0.95,1.1);
}
footer{
    padding: 100px 0;
    background: #f5f5f5;
}
footer #copy{}
footer #copy p.copy{
    text-align: center;
    font-size: 1.2rem;
}
main{}
main #about{
    padding: 100px 0;
}
main #about table{
    width: 100%;
    border-collapse: collapse;
}
main #about table tbody th,
main #about table tbody td{
    padding: 16px;
    border-bottom: 1px solid #eee;
    font-size: 1.4rem;
    line-height: 1.5;
}
main #about table tbody tr:first-child th,
main #about table tbody tr:first-child td{
    border-top: 1px solid #eee;
}
main #about table tbody th{
    width: 30%;
}
main #about table tbody td{}


