.my-twitter,
.my-twitter:visited {
  margin: 0 auto;
  width: max-content;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  color: black;
  margin-top: 4em;
}

.my-twitter > * + * {
  margin-left: 0.5em;
}

.my-twitter .username {
  font-weight: normal;
  color: #555;
  font-size: 0.8em;
}

.my-twitter .username img {
  width: 1em;
  position: relative;
  top: 0.2em;
}

.my-twitter .username .icon {
  font-size: 0.7em;
}

.my-twitter img {
  border-radius: calc(100vw + 100vh);
  max-width: 3.5em;
}

.my-twitter p {
  margin: 0;
}
