body {
  background-color: #FFF00D;
  color: #FFF00D;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}
.body__img {
  height: 23vh;
  width: 28vh;
}
.body__warning {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000ad;
}