body{
    background-color: pink;
}

/* *은 모든 것에 해당시키겠다는 의미  */
*{
    font-family: "Jua", sans-serif;
    font-weight: 400;
    font-style: normal;
}
      