.info{
font-weight: normal;
float:left;
 margin:10px;
 width:auto;
 height:auto;
margin-bottom:0px;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

#link{
float:left;
 margin:6px;
 width:auto;
 height:auto;
margin-bottom:1px;
padding:1;
}

@media all and (max-width : 768px) {
    #link{
        float:left;
        margin: 0px;
        width: 94%;
        height:auto;
        float: left;
        margin-top: 10px;
        margin-bottom:0px;
    }
}