
/* ------------------Nav---------------------------------------- */
.nav-bar{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .title-pic{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    height: 0em;
  }
  .vhs-box{
    background-image: url("/public/Images/vhs.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 15em;
    position: relative;
    top: 4.5em;
    left: 2em;
    display: grid;
    grid-template-rows: 22% 1fr 1fr 1fr 1fr 5%;
    grid-gap: 1%;
    text-align: center;
  }
  .vhs-link{
    text-decoration: none;
    color: black;
    position: relative;
    top: 30%;
    right: 5%;
    font-size: 1.2em;
  }
  #main-title{
    width: 30em;
    position: relative;
    top: 3em;
  }
  
  /* ------------------Screen ---------------------------------------- */
  