body { 
    background-color: #DAF7A6;
	color: #4D590B;
	margin: 50px;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display:block;
}
.botright {
    position: fixed;
    right: 14px;
    bottom: 14px;
}

.clrred {
    color:red;
    
}
