img {
    border-radius: 100%;
    width: 230px;
    margin-top: 50px;
}
.center{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
}
.links{
    text-align: center;
    margin-top: 15px;
}

a{
    color: #d6cec2;
}

@media (max-width: 992px) {

    img{
        width: 100%;
    }
    .links{
        margin-top: 80px;
        width: 100%;
        font-size: 32px;
    }
}

body{
  background-color: #1d2226;
}
