body {
    background-color: #141414;
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #001104;
    padding: 1em;
    text-align: center;
}

footer {
    background-color: #001104;
    padding: 1em;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

#directory {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
}

h2 {
    color: #ffffff;
    margin: 0;
    text-align: center;
}

header h1, footer p {
    margin: 0;
}

main {
    padding: 2em;
}

a {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 1.5em;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin: 1em 0;
    display: flex;
    align-items: center;
}

li img {
    margin-right: 0.5em;
    width: 32px;
    height: 32px;
}
