body {
    line-height: 20px;
}

#dirlist {
    width: max-content;
    max-width: 700px;
    margin: auto;
}

a, button {
    border: none;
    border-radius: 3px;
    background-color: black;
    color: white;
    font-size: large;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 10px;
    margin-bottom: 6px;
    width: 100%;
    cursor: pointer;
}

a:hover, button:hover {
    transform: scale(1.05);
}