.github::before {
    content: url(github.svg);
    margin-right: 5px;
    vertical-align: middle;
}


.mastodon::before {
    content: url(mastodon.svg);
    margin-right: 5px;
    vertical-align: middle;
}

.linkedin::before {
    content: url(linkedin.svg);
    margin-right: 5px;
    vertical-align: middle;
}

a {
    padding: 16px 42px;
    border-radius: 8px;
    background: #f0f0f0;
    color: black;
    text-decoration: none;
}

a:hover {
    background: #f0f0f8;
}

ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-flow: row wrap;
}

li {
    
}

h1 {
    text-align: center;
    margin-bottom: 50px;
}

main {
    margin-top: 100px;
}

body {
    font-family: sans-serif;
    width: 100%;
    height: 100%;
}