/*
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;
    background-color: #B0E0E6;
}

nav a {
    margin-right: 1rem;
}

.gpsmapframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: none;
}

.articleframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: none;

}

.gpsanchor {
    font-family: Arial, sans-serif;
    font-size: 36px;
}