body {

  color:  ghostwhite;
  margin-left: 2vw;
  margin-right: 1vw;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  height: 100vh;
  font-family: 'Po';
  font-size: 16vh;
  word-break: break-all;
  line-height: 1.02;
  background-color: #f0f0f0; /* Set a default background color */
  }

  .random-color {
    padding: 20px;
    border-radius: 8px;
    cursor: pointer;
  }


body {
    transition: opacity 0.5s ease-in-out;
}

body.refreshing {
    opacity: 0.5; /* Adjust the opacity level as needed */
}



