	@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&display=swap');
html, body {
	  min-height: 100vh;
	  margin:0px;
	  padding:0px;	}
			
		svg {
			width:100%;
		}
		
		.petit-formal-script-regular {
		  font-family: "Petit Formal Script", cursive;
		  font-weight: 400;
		  font-style: normal;
		}
	
		/* button */
		.button-contact {
		margin:0 auto;
		  align-self: center;
		  background-color: #fff;
		  background-image: none;
		  background-position: 0 90%;
		  background-repeat: repeat no-repeat;
		  background-size: 4px 3px;
		  border-radius: 15px 225px 255px 15px;
		  border-style: solid;
		  border-width: 1px;
		  box-shadow: rgba(0, 0, 0, .2) 5px 8px 5px -8px;
		  box-sizing: border-box;
		  color: #000;
		  cursor: pointer;
		  display: inline-block;
		  font-size: 1rem;
		  line-height: 1rem;
		  outline: none;
		  padding: .75rem;
		  text-decoration: none;
		  transition: all 235ms ease-in-out;
		  border-bottom-left-radius: 15px 255px;
		  border-bottom-right-radius: 225px 15px;
		  border-top-left-radius: 255px 15px;
		  border-top-right-radius: 15px 225px;
		  user-select: none;
		  -webkit-user-select: none;
		  touch-action: manipulation;
		}
		
		.button-contact:hover {
		  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
		  transform: translate3d(0, -2px, 0);
		}
		
		.button-contact:focus {
		  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
		}
		
		a:hover, button:hover, button:focus {
		  cursor:pointer!important;
		 }

		 
		@media only screen 
		 and (min-device-width:480px)
		 and (max-device-width: 834px) {
			   .button-contact {
					font-size: 1.5rem;
					line-height: 1.5rem;
				  }
		}

		@media only screen 
		   and (max-device-width: 480px) {
			   .button-contact {
					font-size: 2.4rem;
					line-height: 2.4rem;
				  }
		}