@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300&display=swap');
  
body {
	font-family: Fira Sans;
  font-size: 10px;
  line-height: 1.25;
	
	background-color: #ffffff;
	color: #000000;
  margin: 30px 30px 10px 10px;
  max-width:  1044px;
  transition: color 1s;
}

body.dark {
  color: #ffffff;
}

div.statement {
  font-size: 21px;
  line-height: 1.2;
}

div.statement p {
  margin: 20px 0 0 0;
  text-indent:  80px;
}

div.color-changer {
  position: fixed;
  bottom: 30px;
  right: 30px;
  border: 10px solid #000000;
  padding: 8px 16px 8px 16px;
  border-radius: 60px;
}

body.dark div.color-changer {
  border: 10px solid #ffffff;
}

div.color-changer-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

div.statement h1 span {
  display: inline-block;
  background-color: #000000;
  width:  18px;
  height:  18px;
  border-radius: 30px;
  margin: 0 48px 0 0;
  transition: background-color 1s;
}

body.dark div.statement h1 span {
  background-color: #ffffff;
}

div.statement p {
  margin:  20px 0 0 0;
  text-indent:  10px;
}











div.color-changer {
  position: fixed;
  bottom: 24px;
  right: 24px;
  border: 10px solid #000000;
  padding: 8px 16px 8px 16px;
  border-radius: 50px;
  transition:  border 1s;
}

div.color-changer input {
  position: absolute;
  top: 0;
  left: 0;
  width:  100%;
  height: 100%;
  opacity: 0;
}