/* global settings */
@import url('https://fonts.googleapis.com/css2?family=Lemon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');




html {
    scroll-behavior: smooth;
  }
  
  
  body {
   font-family: 'Comfortaa', sans-serif;
  margin: 0 auto;
  color: #555555;    
  text-decoration: none;
  max-width: 450px;
  text-align: center;
  background-color:#F8FAFD;
  box-shadow: 1px 1px 15px rgba(107, 128, 168, 0.2);
  
  }

  
  /* font settings */
  .primary{
    font-family: 'Lemon', serif;
  }
  .secondary{
      font-family: 'Comfortaa', sans-serif;
  }
  .bold {
    font-weight: 900;
  }


  /* vertical spacer */
  .azr5 {
    padding-top: 5px;
  }
  .azr10 {
    padding-top: 10px;
  }
  .azr15 {
    padding-top: 15px;
  }
  .azr20 {
    padding-top: 20px;
  }
  .azr25 {
    padding-top: 25px;
  }
  .azr30 {
    padding-top: 30px;
  }
  .azr40 {
    padding-top: 40px;
  }
  .azr100 {
    padding-top: 100px;
  }

  /* cta */
  .go-back a{
	position: fixed;
	display: block;
	bottom: 100px;
	right: 10px;
}

  .hr {
    position: relative;
    border: none;
    height: 2px;
    margin-bottom: 10px;
  }
  

  /* service script */
  .checkbox-center {
    display: flex;
    justify-content: center;
    align-items: center;
}