body{
	background-color: #4D6656;
}
p{
	text-align : center;
}
<style>
.container {
  position: relative;
}

.button {
  position: absolute;
  top: 20px;
  right: 10px;
}
h1{
	text-align: center;
	font-size: 25px;
}

