.row{
    padding-top: 10%;
    padding-left:5%;
    padding-right: 5%;
}
    
.column {
    float: left;
    width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

#links{
    text-decoration:none;
    color:white;
}