 body {
  text-transform: uppercase;
 }
 
 .fs-xs {
    font-size: x-small;
  }

  .fs-lg {
    font-size: large;
  }

  .fs-xl {
    font-size: x-large;
  }

  .fs-xxl {
    font-size: xx-large;
  }
  
  .fs-sm {
    font-size: small;
  }

  .fs-xs {
    font-size: x-small;
  }

  .bg-list {
    background-color: lightgoldenrodyellow
  }