.github-profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    text-align: center;
    margin: 30px auto;
}

.github-avatar {
    width: 250px!important;
    height: 250px!important;
    border-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
    background-color: rgb(38, 50, 56);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}