@charset "utf-8";

*{
margin:0;
padding:0;
}

.parent {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #deeafc;
}
.child {
  width: 800px;
  text-align: center;
}
p{
    font-size: 24px;
    color: #2159ae;
    font-weight: 600;
}