.nav-link{
   color: white;
 }
 .nav-link:hover{
   color: black;
 }
 
.container{
    padding-top: 29px;
    padding-bottom: 10px;
	color: #007fad;
    height: calc(100% - 14%);
	overflow: auto;
    padding-right: unset;
    padding-left: unset;
    margin-right: unset;
    overflow-x: hidden;
	margin-left: 20%;
}
.links-container{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#nav{
	height:7%;
}
#footer{
	height:7%;
}
footer{
	height:100%;
}
html , body {
	height:100%;
	width:100%
}