html{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.section{
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 920px;
    margin: auto;
    margin-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1rem;
}


header{
    display: flex;
    justify-content: center;
    align-items: center;
}

.link_list{
    display: flex;
    justify-content: center;
    word-wrap: break-word;
    font-size: 10px;
    font-weight: 700;
    width: auto;
    float: none;
    position: static;
    padding: 20px 0;
    margin: 0;
    text-align: center;
    border-top: 1px solid #64646429;
    border-bottom: 1px solid #64646429;
}

.avatar{
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 50%;
    border: 2px solid #ffffff3d;
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.link{
    font-weight: 400;
    text-decoration: underline;
    color: #3498db;
    font-size: 1em;
}

.header-link{
    margin-left: 1em;
    margin-right: 1em;
    font-size: 1.4em;
}

body{
    background-color: rgb(26, 26, 26);
}

h1,h2,h3,h4,h5,h6{
    color: white
}

h1{
    font-size: 2em;
    margin-bottom: 0.2em;
}

p{
    color: white;
    font-size: 0.8em;
    margin-bottom: 1em;
}