.text-container {
  background-image: url("https://file.garden/aPjPkUhCJDRhWI2G/Untitled95_20251213111235.png");
  background-image: no-repeat;
  height: 410px;
  width: 500px;
  }
  p {
    font-size: 20px;
    }
b, a {
  color: purple;
  }

body, main {
  background-color: white;
  }

    .sb{

        display: block;

        overflow: auto;

        padding: 2px;

        width: 220px;

        height: 320px;

        background: white;

        opacity: 100%;

        border: solid 2px white;

        margin: auto;

        margin-bottom: 10px;

        float: right;
    }

::-webkit-scrollbar-thumb {

  background: #888;
  }



site-footer, .views-count, .publish-timestamp, .edit-timestamp { 

 display: none !important; 

}