body {
  background-color: whitesmoke;
}


.Text p {
	font-size: 60px;
	text-align: center;
	padding-top: 250px;
	color: #232323;
}

.Btn-BackHome {
  position: relative;
  width: 100%;
  height: 100px;
}

.Btn-Press {
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  background-color: #F58220;
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  margin-top: 50px;  
}