.section {
	font-family: plumbcondensed-bold;
	font-size: 2.2vh;
    overflow-y: auto;
    direction: ltr;
 }
  
.section::-webkit-scrollbar {
    width: 1vh;
 }
  
.section::-webkit-scrollbar-track {
    background-color: #cd9246;
    border-radius: 100px;
 }
  
.section::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 0px solid transparent;
    background-clip: content-box;
    background-color: #a66933;
 }

.link {
	color: #D7382D;
	text-decoration: underline;
	cursor: pointer;
}

.link:hover {
	color: #f05146;
}

.link:active {
	color: #D7382D;
}