/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 15 2022 | 18:29:52 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.button {
  position: absolute;
  border: none;
  outline: none;
  background-color: #5e2ca4;
  width: 155px;
  color: white;
  padding: 0px;
  height: 70px;
  right: 2%;
  bottom: 20%;
  z-index: 100;
  cursor: pointer;
  font-family: "EB Garamond" !important;
}