body {
	    background-color: #F8F0E3;
	    font-family: cursive;
    }
.center-screen {
#	  display: flex;
#	  flex-direction: column;
#	  justify-content: center;
#	  align-items: center;
#	  text-align: left;
#	  min-height: 50vh;

	position: absolute;
	top: 250px;
#	margin-bottom: 250px;
	left: 25%;
#	margin-top: -50px;
#	margin-left: -50px;
	width: 50%;
	}
.mybutton {
	background-color: #99cc00;
	border: 10px;
	-webkit-border-radius: 5px;
	padding: 1em;



}
.mybutton:hover {
	  border: none;
	  background: orange;
	  box-shadow: 0px 0px 1px #777;
      }
.bottomline {
	position: absolute;
	bottom: 3px;
	width: 50%;
	left: 25%;	
	}
