body {
	display: grid;
	grid-template-rows: auto 1fr auto;
	min-height: 100vh;
}
footer p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #696969;
  height: 15px;
  margin: 0;
}
.success {
    background-color: rgba(0, 128, 0, 0.15);
    padding: 10px;
    text-align: center;
    color: green;
    border: 1px solid green;
    border-radius: 3px;
}
@media ( min-width: 760px ) {
    .bodytext {
        margin: 0 20%;
    }
}