.ui.inverted.segment, .ui.primary.inverted.segment {
    background:   #273746  ;
    color: rgba(255, 255, 255, .9)
}

.button-control{

	font-weight : bold ;
	display: inline-block;
	cursor: pointer;
	border-radius: 8px;
	box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
	background: #FFD814;
	border: 1px solid #FCD200;
	font-size: x-large;
	height: 31px;
	padding: 0 11px;
	text-align: center;
	min-width: 100px;
	font-weight: 500;
	color: Brown;
	:hover{
		background: #F7CA00;
		border-color: #F2C200;
		box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
 }
 
 
 .button-notes{
  
	display: inline-block;
	background: #FFD814;
	font-size: large;
	outline: 0;
	border: 0;
	cursor: pointer;
	background-color: white;
	border-radius: 4px;
	padding: 8px 16px;
	font-size: 16px;
	font-weight: bold;
	color: #2d3748;
	border: 1px solid #cbd5e0;
	line-height: 26px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);

 }
 


               
 
 