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

.div-block {
  background-image: url('../images/Untitled-2.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.image {
  width: 250px;
  margin-bottom: 10px;
}

.button {
  background-color: #0ca0df;
  border-radius: 1rem;
  margin-top: 10px;
  padding: 16px 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
}
