* {
  padding: 0;
  margin: 0;
}

:root {
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: white;
  background: black;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  height: 100vh;

  text-align: center;
}

img {
  height: 15rem;
}
