p{color: black;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h3{
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  font-style: normal;
}

body{
	background-color: whitesmoke;
	margin: 20px;
	position: relative;
	text-align: center;
	}

img{
	width: 200px;
	height: 200px;
	border-width: 10px;
	border-style: groove;
	position: relative;
	}

div{
	width: 70%;
	height: 50%;
	padding: 50px;
	background-color: white;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

button{
	position: relative;
	align-content: left	;
}

body.dark {
  background: #333;
}

div.dark{

	background: #888;
}