@charset "UTF-8";

body::before {
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  background:url(https://i.postimg.cc/fyXd2YSd/IMG-0457.png) no-repeat center center / cover;
}

/* ????????? ?????? ?? ???????? */
body {
  color:black;
/* ?????? ???? ?????? */
  font-family:'Poppins',Arial,sans-serif;
/* ???????? ??????????? ????? */
}

/* ???? ????? ?????????? Google Fonts (????????, Poppins) */
body {
  color:black;
  font-family:'Poppins',Arial,sans-serif;
  text-shadow:1px 1px 3px rgba(255,255,255,0.8);
/* ????? ??????? */
}