h1{
    font-family: "Roboto","Noto Sans SC", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    font-size: 50px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;

}
h2{
    font-family: "Roboto", sans-serif;
    font-style: normal;
    text-align: center;
        margin-top: 0;
    margin-bottom: 0;
}

h3{
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: underline;
}

*{
    color: rgb(187, 186, 186);
}

#image1{
    width:40%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    justify-content: center;
}

#langborder{
    background-color: rgb(51, 51, 51);
    padding: 5px;
}

#langs{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: .1em;
    text-align: center;
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 200px;
}

#update{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-family: monospace;
    margin-top: 0;
    margin-bottom: 0;
}

#socials{
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    width: 200px;
}

#container{
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    width:500px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body{
    background-color: #16161d;
}

a:link {
    color: rgb(21, 128, 0);
    background-color: transparent;
    text-decoration: none;
}