* {
    margin: 0;
    padding: 0;
}

html {
    font-family: 'Playfair Display', serif;
    background-color: #fbfefb;
    color: #000000;
}

body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}

header h1 {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2em;
    font-weight: lighter;
    text-align: center;
}

header h1 img {
    border: none;
    display: block;
    margin: 0 auto;
}

header p {
    font-size: 0.9em;
    margin: 0.2em 0;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

header p a {
    text-decoration: none;
    color: #606060;
    transition-duration: 0.1s;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
}

header p a:link, header p a:active, header p a:visited {
    color: #606060;
}

header p a:hover {
    transition-duration: 0.1s;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.2);
}

header p:nth-of-type(2) a {
    border: none;
}

header p i.fa {
    margin-top: 0.3em;
    font-size: 1.3em;
}

ul {
    margin: 2em auto;
    padding: 0.5em 2em;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    list-style-type: none;
    width: 30em;
    max-width: 70%;
    text-align: center;
    font-family: 'Playfair Display', serif;
    max-height: 15em;
    overflow: auto;
}

ul li {
    margin: 1em 0;
    padding-bottom: 1em;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
}

ul li:last-of-type {
    border: none;
    padding-bottom: 0;
}

ul li a {
    text-decoration: none;
    color: #606060;
    transition-duration: 0.1s;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
}

ul li a:link, ul li a:active, ul li a:visited {
    color: #606060;
}

ul li a:hover {
    transition-duration: 0.1s;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.2);
}

ul li span {
    display: block;
    font-size: 0.8em;
    color: #a0a0a0;
    margin-top: 0.2em;
}

ul li span:nth-of-type(1) {
    color: #808080;
}
