/* sp.css */
body {
    font-size: 1em;
    margin: 0;
    padding: 0;
    font-family: serif;

}

.container {

}

header, main, footer {
    margin-bottom: 20px;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 1em;
}

p{
 font-size:0.9em;
}

.topimg{
display:none;
}

.topspimg{
width:100%;

}

.footerimg{
width:100%;
}

