button {
  position:relative;
	width: 60vw; 
  height: 5vh; 
  border: none;
  background-color: teal;
  color: white; 
  border-radius: 50px;
  margin: auto;
  display: block;
  margin-top: 20%;
}

