.navbar{
      	color: #1da2f2;
      	font-weight: bold;
      	font-size: 3rem;
      	background: #303030;
      text-align: right;
	padding: 10px 30px;
    }
	.footer  {
      	color: #ffffff;
      	font-weight: bold;
      	font-size: 1.5rem;
      	background: #303030;
      	text-align: left;
		padding: 10px 30px;
      	margin-top:400px;
	//background: linear-gradient(to bottom, #ccc, #fff 30%);
    	//background-repeat: no-repeat;    }
  html
  {
    font-size: 62.5%;
  }

  body
  {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    color: #353535;
    background: linear-gradient(to bottom, #ccc, #fff 30%);
    background-repeat: no-repeat;
  }

  h1,h3
  {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
  }
    a:link {color:white;}
a.ex1:hover, a.ex1:active {
  color: green;
}
  h1
  {
    margin: 20rem 0 1rem;
    font-size: 3rem;
  }

  h3
  {
    font-weight: normal;
    font-size: 1.4rem;
  }