.floatting-down-center-button{
  border-radius: 5px;
  padding : 10px;
  background: #78A22F;
  color : white;
  position: fixed;
  bottom: 30px;
  left: 30px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 5px #666;
  z-index: 100;
}

.floatting-down-center-button h4{
	color: white;
	margin:auto;
}

@font-face {
  font-family:"Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 0.9rem;
  src: url('/fonts/scalasansot/ScalaSansOT-Regular.otf') format('otf');
  font-style: normal;
  font-weight: normal;
}

h1 { font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } 
h3 { font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } 