.linktable {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-begin;
    align-items: center;
}

.link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-begin;
    align-items: center;
    height: 4em;
    width: 40vw;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: background-color 0.2s;
    padding: 0.25em;
    margin: 0.2em;
}

.link:hover {
    background-color: #DDDDDD;
}

.el {
    padding: 10px;
}

p.el {
    color: #000000;
    font-size: 2em;
}
