h1 {
    text-align: center;
}

.navbar a {
    text-decoration: none;
}

.column {
    width: 49.9%;
    padding: 10px;
    height: 500px;
}
.info:after {
    content: "";
    display: table;
    clear: both;
}