a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}



* {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
}

body {
    font: 16px Helvetica, Arial, sans-serif;
    background-color: #fffff0;
}

a:link {
    text-decoration: none;
    color: blue;
}

a:visited {
    text-decoration: none;
    color: blue;
}

a:hover {
    text-decoration: none;
    color:#6666FF;
}

a:active{
    text-decoration: none;
    color: blue;
}

.header{
    text-align: center;
}

.main{
    max-width: 600px;
    padding: 10px;
    margin-inline: auto;
}

.about-main{
    max-width: 600px;
    margin-inline: auto;
}

main.h2{
    text-align: center;
}

p {
    white-space: pre-line;
    margin-top:2em;
}

li {
    list-style:disc outside none;
}

strong {
    font-weight: bold;
}

h1 {
    font-size: 30px;
    font-weight: bold;
}

footer {
  text-align: right;
  font-style: italic;
  font-size: 12px;
}
