@charset "UTF-8";
@import url('./common.css');

header h1 {
    font-size: 0.8rem;
}

nav ol li {
    display: inline;
    font-size: 0.8rem;
}   

h2  {
    margin: unset;
    margin: 10px 0;
    font-size: 1.4rem;
    padding-bottom: 10px;
}

h3  {
    margin: unset;
    font-size: 1.2rem;
    padding-bottom: 10px;
}

