@import url('https://rsms.me/inter/inter-ui.css');

body {
	font-family: 'Inter UI', Bitter, 'Goudy old Style', Serif;
	font-size: x-large;
	color: black;
	padding: 20px 50px 20px 75px;
}

blockquote.twitter-tweet {
	float: left;
}

.ftr {
  /* position: fixed;   */
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: gray;
   color: white;
   text-align: center;
/*   margin: 20px 10px 20px 50px; */
}