/*

Created by: Drew Hengehold
Last modified: 7 April 2025
File: 328hw9-1.css

*/

.header{
    position:sticky;
    top: 0;
    margin-left: 5%;
}

table{
    margin:0 auto;
    justify-self: center;
    border: 0.2em solid black;
    border-collapse: collapse;
}

th, td{
    border: 0.2em solid black;
    padding: 1em;
}

a.link{
    display:block;
    text-align: center;
    font-size: 1.3em;
}

footer{
    position:static;
    bottom: 0;
    width: 100%;
}