body
        {
            color:white;
        }
        
.some-box {
	padding: 10px;
	margin-left: 40px;
	background: #3d3d3d;
	margin-bottom: 1.5rem;
	
}        

.copyButton
{
	background: #10712a;
	border-radius: 3px;
	color:white;
	width:100px;
	height:2rem;
	margin: 3px;
	padding-top: 3px;
	float: right;
	text-align:center;
}