
body {
    background-color: #202020;
    font-family: "JetBrains Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    margin: 0;

}

h1 {
    color: #EEEEEE;
    margin: 0;
}

img {
    width: 128px;
    height: 128px;
    margin-bottom: 10px;
    border-radius: 50%;
}

.up {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #EEEEEE;
    margin-top: 100px; /* МЕНЯТЬ ОТСТУП СВЕРХУ ТУТЫ!!*/

    
}

.links {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #EEEEEE;
    margin-top: 30px;
    
}

a {
    color: #EEEEEE;
    text-decoration: none;
}

ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0;
}
