:root {
  --white: white;
  --black: black;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.paragraph, .paragraph-2 {
  font-size: 27px;
}


