body {
  background: rgb(248, 183, 223);
  background: linear-gradient(
    36deg,
    rgba(248, 183, 223, 1) 25%,
    rgba(114, 228, 255, 1) 75%
  );
  height: 100vh;
  color: #555;

  text-shadow: 4px 3px 0 #b8b8b8;
}
