.global {
  background-color: #f0f0f0;
  color: #333;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
