.container {
  min-height: 100vh;
  background-color: #000000;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

img {
  height: 5rem;
}

p {
  font-size: 1rem;
  color: #ffffff;
  font-family: "mr-eaves-modern", sans-serif;
font-weight: 400;
font-style: normal;
  text-align: center;
  padding-top: 2rem;
}

body {
  margin: 0;
}
