
.auto-style1 {
	float: left;
	height: inherit;
	font-size: 42px;
	line-height: 20px;
	font-family: "Agency FB";
	font-weight: 700;
	font-style:italic;
	/*font-variant-caps: small-caps;*/
	margin-top: 5px;
	padding: 5px;
}
.auto-style2 {
	text-decoration: underline;
}
  .auto-style3 {
	font-family: "Agency FB";
	  font-size:x-large;
  }
  .auto-style4 {
	  font-size: x-small;
  }
  html {
    scroll-behavior: smooth;
  }
  #scrollToTopButton {
    display: block;
    z-index: 99;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 20px;
    right: 15%;
    border: none;
    border-radius: 10px;
    outline: none;
    width: 50px;
    height: 50px;
    padding: 8px;
    background-color: #333333bf;
  }
  #scrollToTopButton i {
    color: white;
  }
  #scrollToTopButton:hover,
  #scrollToTopButton:focus,
  #scrollToTopButton:focus-within {
    cursor: pointer;
    background-color: #336699;
  }
  