body {
  background-color: black;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.ouroboros {
  vertical-align: middle;
  width: 200px;
  height: 200px;
}