body {
    background-color: #414141;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    user-select: none;
}

.hehe {
    width: 120px;
    height: 120px;
    background-color: #414141;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px;
    display: inline-block;
}

.hehe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.names {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.name {
  margin: 10px 0;
  font-size: 24px;
  color: #ffffff;
}
