@import url(https://fonts.googleapis.com/css2?family=Faustina&display=swap:300:600);

body{
	font-size: 20px;
	font-family: 'Faustina', serif;
	color: #333;
    font-weight: 300;
    text-align: center;
    background-color: #f8f6f0;
}

h1{
  font-weight: 300;
  margin: 0px;
  padding: 10px;
  font-size: 20px;
  background-color: #444;
  color: #fff;
}

.instructions-container{
  position: relative;
  height: 200px;
  margin-top: 40px;
}

p {
    line-height: 1.6;
}
button{
  font-family: 'Faustina', serif;
	font-size: 22px;
	background-color: #279;
	color: #fff;
	border: 0px;
	border-radius: 3px;
	padding: 20px;
	cursor: pointer;
	margin-bottom: 20px;
}
button:hover{
	background-color: #38a;
}