html
{
  height:100%;
  width:100%;
}

body{ 
background-color: #ffffff;
font-family: 'Roboto', sans-serif;
}
.title {
  font-family: 'Roboto', serif;
  color: #000000;
  font-size: 3rem;
  line-height:40px
}
.title2 {
  font-family: 'Roboto', serif;
  color: #000000;
  font-size: 2rem;
  line-height:40px
}

/* unvisited link */
      a:link {
        color: #8e8f90;
      }
      /* visited link */
      a:visited {
        color: #8e8f90;
      }
      /* mouse over link */
      a:hover {
        color: #8e8f90;
      }
      /* selected link */
      a:active {
        color: #8e8f90;
      }
      
.fix-margins{
  margin-top: 30px;
  margin-left: -10px;
}
.indent{
  margin-left: 10px;
}