:root {
  color-scheme: dark;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  width: 20%;
}

h1 {
    color: red
}

* {
  text-align: center;
}
