.image img {
  width: 200px;
  border-radius: var(--border-radius);
}

.centered-text {
  text-align: center;
}

.width-200 {
  width: 200px;
}

h1 {
  margin-top: 0;
}