*, ::before, ::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI',
    'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1;
  user-select: none;
  overscroll-behavior: none;
}

#main_body{
	height: 100vh;
	width:  100vw;
	overflow: hidden;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100vw;
}


.tp-dfwv {
    display: none;
}


.center{
	height: inherit;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}


h1 {
   font: bold 5em "Georgia", serif;
   color: #90a4ae;
}

.hide {
	display: none;
}
.edit_link {
	display: block;
	position: fixed;
	top: 5px;
	left: 5px;
	padding: 2px 5px 5px 5px;
	margin: 0px;
	border-radius: 10px;
	background-color: lightgrey;
	font-size: 20px;
	text-decoration-line: none;
}
.from {
	display: block;
	background-color: white;
	color: Black;
	position: fixed;
	bottom: 0;
	left: 0;
	right: auto;
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
	min-width: 150px;
	
}
.from_title{
	font-size: 10px;
	font-family: cursive;
	text-decoration: underline;
	padding-bottom: 4px;
	margin-bottom: 0;
}
.from_name{
	font-size: 14px;
	font-family: cursive;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
}