 /* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: white;
} 

#main
{
     width:60%;
     height:75%;
}

body,html{
    margin:0 !important;
    padding: 0 !important;
	height: 100%;
	width: 100%;
	font-size: 1rem !important;
}




h1{
	font-size:40px;
}

#enlacewebsvg
{
    color:blue !important;
    font-size: 1rem !important;
}

