body{
	background-color: rgb(242, 198, 198);
	position: absolute;
	width:100%;
	height: 100%;
}

.back-button {
  position: relative;
  width: 300px;
  height: 300px;
  margin-top: 20%;
  margin-left: 50%;
}

#back-button {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -130%);
}