body {
  padding-top: 50px;
}
h2{
  margin-top:5px;
  margin-bottom:2px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.smallinput{
	width:140px;
}
#smallinput{
width:140px;
}
.penz{
  text-align:right;
  align-content:right;
}
.jumbotron{
  margin-top:10px;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color:#222; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
  background-color: rgb(211, 211, 211); /* Add a dark-grey background on hover */
  color:black;
}
.jumbotron{
  padding-top:10px;
  padding-bottom: 5px;
}
footer{
  /*position:absolute;
  width:100%;
  bottom:0px;*/

	background-color:#242729;
	font-size:11px;
	line-height: 1.26;
	color:#6A737C
}