h1, h2, p, ol {
    text-align:left;
        font-family: "helvetica", sans-serif;

}

h1, h2 {
    margin-right: 50%;
    display: inline-block;
}

p, ol {
    line-height: 1.33;
}

p{    
    margin-block-start: 0.5em;
    background: rgba(30,144,255,0.3);
    padding: 15px;
    border-radius: 15px;
}


img {
    width: 50%;
    float: right;
    margin: -10px 20px 5px 20px;
    border-radius:15px;
}


::-webkit-scrollbar {
    background: rgba(255,255,255,0);
    width: 12px;
    height:260px;
    
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
    width:12px;
    height: 200px;
}
 
::-webkit-scrollbar-thumb {
  background: #cdd2ff; 
  border-radius: 8px;
    border: solid 1px cadetblue;
    width:8px;
}

.helpbutton {
    font-family: "Helvetica", sans-serif;
    background: rgba(46,46,255,1);
    border: solid 1px ;
    padding: 4px 15px;
    margin: 0 5px;
    color:white;
    box-shadow: 0px 0px 15px white;
    width:auto;
    float:left;
}

.helpbutton:hover {
    background: rgba(120,120,255,0.9);
    border: solid 1px white;
}

#helpmenu {
  display: inline-block;
    width: 100%;
}
