/*==========Root==========*/
:root {
  --primary-blue: #5a58e9;
   --ff-dm-sans: "DM Sans", sans-serif;
}

/*==========Body page==========*/
.body-page {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
  height: 100vh; 
  display: flex;
  justify-content: center; 
  align-items: center; 
  font-family: var(--ff-dm-sans);
}

.content-text {
  text-align: center;
}

h2 {
  font-size: 2rem;
  color: var(--primary-blue);
}

/***************** Deus seja louvado em nome de Jesus Cristo *****************/
