html {
    height: auto;
    width: auto;
}
    
.main {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    position: relative;
    padding: 40px;
}
.header {
    margin-bottom: 20px;
    margin-left: -7px;
  	font-family: 'Roboto:600', sans-serif;
	font-size: 48px;
	font-weight: 800;
}

/* for the hover's in nav */

/* unvisited link */
a:link {
  color: #000;
}

/* visited link */
a:visited {
  color: #000;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: #0000FF;
}

footer{
    position: relative;
    float: left;
    margin-top: 35px;    
}


a {
    display: block;
    padding-bottom: 5px;
    text-decoration: none;
    font-family: 'Roboto:600', sans-serif;

}