main {
    padding: 1em;
}

.appsection {
    display: inline-block;
    margin-bottom: 1em;
}

img {
    width:150px;
    height:150px;
    float: left;
    margin-right: 1em;
}

.apptitle {
    text-decoration: none;
    color: black;
}

.apptitle:hover {
    text-decoration:underline;
    color: black;
}