/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 19, 2020, 7:00:52 PM
    Author     : mayagriffith
*/

nav a {
    padding: .5em;
    font-size: .7em;
}
h1{
    font-size: 2.9em;
}
h2{
    font-size: 1em;
}
.title{
    grid-column:1/4;
}
.sec{
    grid-column:1/4;
}
footer{
     display: flex;
     bottom: -10em;
     width: 100%;
     justify-content: center;
     
}

