html, body{
    height: 100%;
	margin: 0;
    padding: 0;
	background: #1d2e24;
	font-family: sans-serif;
    position: relative;
}

.frame{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 83%;
}

.btn-submit{
	margin: auto;
    background-color: #7a9b48;
    border-radius: .35rem;
    padding: 0.8rem;
    width: 33%;
    color: white;
    border: none;
    cursor: pointer;
}

