html {
scrollbar-width: none;
scrollbar-color: coral;}
body {
      font-family: verdana;
      font-size: 13px;
   color: #4a171f;}
  .container {
padding-top: 5px;
margin: 10px;
padding-bottom: 20px;
scrollbar-width: thin;
scrollbar-color: coral;
}

.title {
height: 50px;
text-align:right;
background-image: url('cherries.jpg');
position: sticky;
top: 0;
left: 0;
padding-bottom: 20px;
}