/*
Author: Kevin Kerr Jones
File Name: gpsproject.css
Date: 06/11/2026
*/
/* CSS Reset */

body, header, nav, main, footer, h1, ul, table, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: Arial, sans-serif;
    font-size: 28px;
    margin: 2rem;
}

nav a {
    margin-right: 1rem;
}

.articleframe {
    width: 100%;
    aspect-ratio: 16 / 20;
    height: auto;
    border: none;

}



