body {
    font-family: Arial, sans-serif;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
    border: 1px solid rgb(2, 204, 245);
    background-color: #79918e6b;
    border-radius: 20px;
    padding: 20px;
}

.avatar img {
    border-radius: 50%;
    max-width: 100px;
    max-height: 100px;
}

h1 {
    color: #fff;
}

.links a {
    border-radius: 10px;
    padding: 3px 12px;
    border-style: solid;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
}

.links a:nth-child(2) {
    color: #ff0000;
}

.links a:nth-child(7) {
    color: #7ff000;
}

.links a:nth-child(9) {
    color: #fff000;
}

.links a:nth-child(10) {
    color: #87CEEB;
}

.statistics {
    margin-top: 20px;
}

.copyright {
    margin-top: 20px;
}