.body {
  background-color: #d0e3ff;
}

.div-block {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px 20px;
  display: flex;
}

.paragraph {
  color: #524d7e;
  text-align: center;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 32px;
  line-height: 1;
}

.image {
  max-width: 100px;
  margin-top: 20px;
}


