* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: rgb(139,156,255);
    background: radial-gradient(circle, rgba(139,156,255,1) 0%, rgba(97,111,195,1) 100%);
    color: white;
}

.avatar {
    width: 102px;
    border-radius: 60px;
    border: 2px solid white;
    box-shadow: 0 0 8px white;
}

h1 {
    font-family: 'Noto Sans Mono', monospace;
    font-weight: 100;
    font-size: 27px;
    margin-bottom: 3px;
}

h2 {
    font-size: 19px;
}

.profile {
    margin-top: 20px;
    text-align: center;
}

.social {
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 22px 0;
}

.social img {
    width: 33px;
}

.links-list {
    list-style: none;

}

.links-list li {
    margin: 10px 20px;
}

.links-list li a {
    text-decoration: none;
    display: block;
    background: white;
    padding: 15px 20px;
    border-radius: 4px;
    color: #1a0db6;
    font-weight: bold;
}

.links-list li a span {
    color: gray;
    display: block;
    margin-top: 5px;
}
