* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-weight: 400;
  font-style: normal;
  background: #121212;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: 40px;
  text-align: center;
  font-family: "Sacramento", cursive;
  width: 100%;
  overflow-x: hidden;
}

p {
  margin: 10px 40px;
}

h2 {
  margin: 20px 0 0px 0px;
}
