/*  beta stylesheet  */
/* I'd forgotten how template grids work entirely, credit to Angel's Valentine for being my Inspect Element tutor! */

/* colors */
:root {
 /*  green  */
 
 /* grayscale */
}
/* page */

/* grid */

/* container */
  .grid-cont{
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-areas:
      "banner banner banner banner banner"
      "icon scan scan scan scan"
      "icon welcome welcome welcome clock"
      "icon welcome welcome welcome calendar"
      "updates updates updates todo navar"
      "feat feat music music navbar"
      "footer footer footer footer footer";
    padding: 10px;
  }

/* section specific styling */
