/*body { background: #40bce7 !important; }*/
	.spacer{
		display: block;
  		height: 1em;   /* height of one line */
	}
	.parts-of-speech{
		font-size: 16px;
	}
	.original-in-english{
		font-size: 16px;
	}
	.hebrewOrGreek{
		font-size: 125%;
    	font-weight: bold;
    	color: deeppink;
	}
	
body {
  font-size: 16px;
}
  /* Floating zoom controls */
  .zoom-controls {
    position: fixed;
    bottom: 70px;
    right: 20px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    z-index: 9999;
  }

  .zoom-btn {
    background: #333;
    color: white;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.3);
  }