html, body {
  display: flex;
  justify-content: center;
}

html {
  flex-direction: row;
  width: 100%;
  height: 100%;
}

body {
  flex-direction: column;
}

p {
  margin-bottom: 0.5rem;
}

.bg-color {
  background: #4a4a4a;
  background: linear-gradient(0deg, #727272 5%, #4a4a4a 100%);
}
