body {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  min-height: 100vh;
  margin: 0;
}

p{
    display: flex;
    align-items: center;
    justify-content: center;
}

p{
  font-size: 16px;
  line-height: 1.6;
}

p{
  font-size: 18px;
  line-height: 1.8;
}

p{
  max-width: 800px;
  margin: 0 auto;
}

p{
  color: #131313;
}

h1{
    display: flex;
    align-items: center;
    justify-content: center;
}

h1{
  font-size: 16px;
  line-height: 1.6;
}

h1{
  font-size: 18px;
  line-height: 1.8;
}

h1{
  max-width: 800px;
  margin: 0 auto;
}

h1{
  color: #131313;
}

h2{
    display: flex;
    align-items: center;
    justify-content: center;
}

h2{
  font-size: 16px;
  line-height: 1.6;
}

h2{
  font-size: 18px;
  line-height: 1.8;
}

h2{
  max-width: 800px;
  margin: 0 auto;
}

h2{
  color: #131313;
}

h3{
    display: flex;
    align-items: center;
    justify-content: center;
}

h3{
  font-size: 16px;
  line-height: 1.6;
}

h3{
  font-size: 18px;
  line-height: 1.8;
}

h3{
  max-width: 800px;
  margin: 0 auto;
}

h3{
  color: #131313;
}