body {
  background-color: rgb(44, 44, 38);
  margin: 30px 15px 40px 15px;
}

p {
  font-family: Arial;
  font-weight: normal;
  color: white;

  font-size: 16px;
  margin-left: 12px;
}

h1 {
  font-family: cinzel, arial;
  background-color: wheat;
  white-space: nowrap;

  display: flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;

  padding: 0;
  padding-top: 10px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;

  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4)
}